summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorSimon Green <mail@simon.green>2015-08-23 07:33:45 +0200
committerSimon Green <mail@simon.green>2015-08-23 07:33:45 +0200
commit19d20ef6c3b76145e2ea0ebf96a7519eda3bf64d (patch)
treeb12118c4f37e76ffee72e0053619d47ff35b1885 /template
parentd3a74a9278457522a6361492fe49e9f984b04a5e (diff)
downloadbugzilla-19d20ef6c3b76145e2ea0ebf96a7519eda3bf64d.tar.gz
bugzilla-19d20ef6c3b76145e2ea0ebf96a7519eda3bf64d.tar.xz
Bug 670669 - Changing the e-mail address under account prefs does not require current password if can_change_password is false
r=dkl, a=simon
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 57c06c204..710928562 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1478,11 +1478,11 @@
See the list of available <a href="describekeywords.cgi?show_inactive_keywords=1">keywords</a>.
[% END %]
- [% ELSIF error == "old_password_incorrect" %]
+ [% ELSIF error == "current_password_incorrect" %]
[% title = "Incorrect Password" %]
You did not enter your current password correctly.
- [% ELSIF error == "old_password_required" %]
+ [% ELSIF error == "current_password_required" %]
[% title = "Old Password Required" %]
You must enter your old password to change your email address.