From: Dylan William Hardison Date: Tue, 6 Oct 2015 06:01:13 +0000 (+0800) Subject: Bug 1211750 - Changing password with MFA turned on will not work X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8f537a8f05127b13a25c5f3f579364bcee6bbb5;p=thirdparty%2Fbugzilla.git Bug 1211750 - Changing password with MFA turned on will not work --- diff --git a/userprefs.cgi b/userprefs.cgi index bf12259fb..4c196adf5 100755 --- a/userprefs.cgi +++ b/userprefs.cgi @@ -196,7 +196,7 @@ sub MfaAccount { } elsif ($action->{type} eq 'set_password') { - $dbh->bz_begin_transaction; + $dbh->bz_start_transaction; $user->set_password($action->{password}); Bugzilla->logout(LOGOUT_KEEP_CURRENT); $user->update({ keep_session => 1, keep_tokens => 1 });