From 09763eb1eb5d0f9b5284edb08ce76b216b358cc5 Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Sat, 17 Jan 2004 06:46:30 +0000 Subject: Fix for bug 90468: Bugzilla does not log out automatically when closing the session. Patch by toms@myrealbox.com (Toms Baugis), with minor cleanups by me. r=kiko, a=myk. --- template/en/default/account/auth/login.html.tmpl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'template/en/default/account/auth/login.html.tmpl') diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index a2587300e..9145470a1 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -17,6 +17,7 @@ # Rights Reserved. # # Contributor(s): Gervase Markham + # Toms Baugis #%] [%# INTERFACE: @@ -53,6 +54,20 @@ + + + [% IF Param('rememberlogin') == 'defaulton' || + Param('rememberlogin') == 'defaultoff' %] + +   + + + Remember my Login + + + [% END %] + [% IF Param('loginnetmask') < 32 %] -- cgit v1.2.3-24-g4f1b