From f8f537a8f05127b13a25c5f3f579364bcee6bbb5 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 6 Oct 2015 14:01:13 +0800 Subject: Bug 1211750 - Changing password with MFA turned on will not work --- userprefs.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userprefs.cgi') 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 }); -- cgit v1.2.3-24-g4f1b