From a7310a522e4ac2b24d01f0cdf44e132d0db8f73b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 18 Oct 2009 23:34:57 +0000 Subject: Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/account/auth/login.html.tmpl | 20 +++++++++----------- template/en/default/admin/params/auth.html.tmpl | 5 ----- 2 files changed, 9 insertions(+), 16 deletions(-) (limited to 'template/en') diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index e4adfdcb6..9a043e4f4 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -69,17 +69,15 @@ [% END %] - [% IF Param('loginnetmask') < 32 %] - -   - - - - - - [% END %] + +   + + + + + [% PROCESS "global/hidden-fields.html.tmpl" diff --git a/template/en/default/admin/params/auth.html.tmpl b/template/en/default/admin/params/auth.html.tmpl index 94a748b25..d2cb3e5b5 100644 --- a/template/en/default/admin/params/auth.html.tmpl +++ b/template/en/default/admin/params/auth.html.tmpl @@ -103,11 +103,6 @@ ", - loginnetmask => "The number of bits for the netmask used if a user chooses to " _ - "allow a login to be valid for more than a single IP. Setting " _ - "this to 32 disables this feature.
" _ - "Note that enabling this may decrease the security of your system.", - requirelogin => "If this option is set, all access to the system beyond the " _ "front page will require a login. No anonymous users will " _ "be permitted.", -- cgit v1.2.3-24-g4f1b