diff options
Diffstat (limited to 'template/en/default/account/auth/login.html.tmpl')
-rw-r--r-- | template/en/default/account/auth/login.html.tmpl | 15 |
1 files changed, 15 insertions, 0 deletions
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 <gerv@gerv.net> + # Toms Baugis <toms@myrealbox.com> #%] [%# INTERFACE: @@ -53,6 +54,20 @@ <td> <input type="password" size="35" name="Bugzilla_password"> </td> + </tr> + + [% IF Param('rememberlogin') == 'defaulton' || + Param('rememberlogin') == 'defaultoff' %] + <tr> + <td> </td> + <td> + <input type="checkbox" name="Bugzilla_remember" value="on" + [% "checked" IF Param('rememberlogin') == "defaulton" %]> + Remember my Login + </td> + </tr> + [% END %] + [% IF Param('loginnetmask') < 32 %] <tr> <td align="right"> |