From 7b1731d5ceeb67012942d872ab8d9ebb048b04c1 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Wed, 2 Oct 2002 18:57:23 +0000 Subject: Bug 20122 - Bugzilla requires new login if IP changes r=joel x2 --- template/en/default/account/login.html.tmpl | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'template') diff --git a/template/en/default/account/login.html.tmpl b/template/en/default/account/login.html.tmpl index 29b5b1aee..16a49580f 100644 --- a/template/en/default/account/login.html.tmpl +++ b/template/en/default/account/login.html.tmpl @@ -38,8 +38,8 @@
- [% IF Param("useLDAP") %] - + + [% IF Param("useLDAP") %] @@ -54,9 +54,7 @@ - - [% ELSE %] - + [% ELSE %] @@ -71,8 +69,23 @@ + [% END %] + [% IF Param('loginnetmask') < 32 %] + + + [% END %] +
Username:
E-mail address:
+ + Restrict this session
+ to this IP address: +
+
+ + (Using this option increases security) +
[% PROCESS "global/hidden-fields.html.tmpl" -- cgit v1.2.3-24-g4f1b