diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/account/auth/login.html.tmpl | 14 |
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 %] |