From 19d20ef6c3b76145e2ea0ebf96a7519eda3bf64d Mon Sep 17 00:00:00 2001 From: Simon Green Date: Sun, 23 Aug 2015 01:33:45 -0400 Subject: 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 --- template/en/default/global/user-error.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template') 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 keywords. [% 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. -- cgit v1.2.3-24-g4f1b