summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2011-02-15 08:35:55 +0000
committerColin Guthrie <colin@mageia.org>2014-09-15 20:44:39 +0100
commite1db2462aea260c218aa263d8db9e09c00c8fca1 (patch)
tree4058c336e1f5d4c87ba9790f92e7c1c9b047b494
parent374a9928ac8457805802290e2a5c03565d9e03d3 (diff)
downloadbugzilla-e1db2462aea260c218aa263d8db9e09c00c8fca1.tar
bugzilla-e1db2462aea260c218aa263d8db9e09c00c8fca1.tar.gz
bugzilla-e1db2462aea260c218aa263d8db9e09c00c8fca1.tar.bz2
bugzilla-e1db2462aea260c218aa263d8db9e09c00c8fca1.tar.xz
bugzilla-e1db2462aea260c218aa263d8db9e09c00c8fca1.zip
Do not enable users to reset the password
-rw-r--r--template/en/default/account/auth/login.html.tmpl14
1 files changed, 0 insertions, 14 deletions
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl
index 9a043e4..8e40909 100644
--- a/template/en/default/account/auth/login.html.tmpl
+++ b/template/en/default/account/auth/login.html.tmpl
@@ -104,18 +104,4 @@
</p>
[% END %]
- [% IF user.authorizer.can_change_password %]
- <hr>
-
- <a name="forgot"></a>
- <form method="get" action="token.cgi">
- <input type="hidden" name="a" value="reqpw">
- If you have an account, but have forgotten your password,
- enter your login name below and submit a request
- to change your password.<br>
- <input size="35" name="loginname">
- <input type="submit" id="request" value="Reset Password">
- </form>
- [% END %]
-
[% PROCESS global/footer.html.tmpl %]