From cd00796d216adf82d18ed3b3a6bbcaa7b99b4619 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 11 Mar 2015 17:15:33 +0100 Subject: Bug 325315: The page to reset a forgotten password should be distinct from the login page r=dkl a=glob --- .../default/account/request-new-password.html.tmpl | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 template/en/default/account/request-new-password.html.tmpl (limited to 'template/en/default/account/request-new-password.html.tmpl') diff --git a/template/en/default/account/request-new-password.html.tmpl b/template/en/default/account/request-new-password.html.tmpl new file mode 100644 index 000000000..a94b3a114 --- /dev/null +++ b/template/en/default/account/request-new-password.html.tmpl @@ -0,0 +1,35 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + +[% PROCESS global/header.html.tmpl title = "Reset Password" %] + +[% IF user.authorizer.can_change_password %] +

+ If you have an account, but have forgotten your password, enter your + [% IF Param('emailsuffix') %] + login name + [% ELSE %] + email address + [% END %] + below and submit a request to change your password. An email with details + on how to reset your password will be sent. +

+ +
+ + + + +
+[% ELSE %] +

Sorry, but you cannot reset your password.

+[% END %] + +[% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b