diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/account/auth/login.html.tmpl | 20 | ||||
-rw-r--r-- | template/en/default/admin/params/auth.html.tmpl | 5 |
2 files changed, 9 insertions, 16 deletions
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 @@ </tr> [% END %] - [% IF Param('loginnetmask') < 32 %] - <tr> - <th> </th> - <td> - <input type="checkbox" id="Bugzilla_restrictlogin" name="Bugzilla_restrictlogin" - checked="checked"> - <label for="Bugzilla_restrictlogin">Restrict this session to this IP address - (using this option improves security)</label> - </td> - </tr> - [% END %] + <tr> + <th> </th> + <td> + <input type="checkbox" id="Bugzilla_restrictlogin" name="Bugzilla_restrictlogin" + checked="checked"> + <label for="Bugzilla_restrictlogin">Restrict this session to this IP address + (using this option improves security)</label> + </td> + </tr> </table> [% 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 @@ </li> </ul>", - 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.<br> " _ - "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.", |