aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2004-07-21 05:41:18 +0000
committerbugreport%peshkin.net <>2004-07-21 05:41:18 +0000
commit7bdd1cbe564883cd12abee3657e671e97e85a8e5 (patch)
tree06dd7387c408735c32fa425489ace9a50115dd5d /template/en/default/global
parent899f61d64550dfd9452972cea600505cc8c7d4e3 (diff)
downloadbugs-7bdd1cbe564883cd12abee3657e671e97e85a8e5.tar
bugs-7bdd1cbe564883cd12abee3657e671e97e85a8e5.tar.gz
bugs-7bdd1cbe564883cd12abee3657e671e97e85a8e5.tar.bz2
bugs-7bdd1cbe564883cd12abee3657e671e97e85a8e5.tar.xz
bugs-7bdd1cbe564883cd12abee3657e671e97e85a8e5.zip
Bug 241900: Allow Bugzilla::Auth to have multiple login and validation styles
patch by erik r=joel, kiko a=myk
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/user-error.html.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 97987b786..ed95724fb 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -613,6 +613,10 @@
[% title = "Old Password Required" %]
You must enter your old password to change your email address.
+ [% ELSIF error == "password_change_requests_not_allowed" %]
+ [% title = "Password Change Requests Not Allowed" %]
+ The system is not configured to allow password change requests.
+
[% ELSIF error == "passwords_dont_match" %]
[% title = "Passwords Don't Match" %]
The two passwords you entered did not match.