Commit 1da7e6ad authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 303061: userprefs.cgi should call ThrowUserError for old_password_required -…

Bug 303061: userprefs.cgi should call ThrowUserError for old_password_required - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
parent b4241259
......@@ -109,7 +109,7 @@ sub SaveAccount {
if($old_login_name ne $new_login_name) {
$cgi->param('Bugzilla_password')
|| ThrowCodeError("old_password_required");
|| ThrowUserError("old_password_required");
use Bugzilla::Token;
# Block multiple email changes for the same user.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment