From 6161e5ca40d5aeca9005a4d85e950f9ef8bdf7ec Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Fri, 9 Aug 2013 14:02:41 +1000 Subject: Bug 868330 - Password creation directions incomplete r=sgreen, a=sgreen --- .../account/password/set-forgotten-password.html.tmpl | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'template/en/default/account/password/set-forgotten-password.html.tmpl') diff --git a/template/en/default/account/password/set-forgotten-password.html.tmpl b/template/en/default/account/password/set-forgotten-password.html.tmpl index a2ae517c8..3bc16cbc0 100644 --- a/template/en/default/account/password/set-forgotten-password.html.tmpl +++ b/template/en/default/account/password/set-forgotten-password.html.tmpl @@ -20,10 +20,20 @@ [% title = "Change Password" %] [% PROCESS global/header.html.tmpl %] - +[% password_complexity = Param('password_complexity') %]

- To change your password, enter a new password twice: + To change your password, enter a new password twice:

+
@@ -33,7 +43,6 @@ New Password: - (minimum [% constants.USER_PASSWORD_MIN_LENGTH FILTER none %] characters) -- cgit v1.2.3-24-g4f1b