diff options
author | Byron Jones <glob@mozilla.com> | 2015-09-01 08:55:18 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-09-01 08:55:18 +0200 |
commit | 8a5c7c7fbce860d8522d45fc3dc1d5c362553b91 (patch) | |
tree | fa5596aa7e99a188003007ad2bac8774684e69a5 /userprefs.cgi | |
parent | 20eabc1e5bc502e36c1b3f3ed4fa259c23b62bc3 (diff) | |
download | bugzilla-8a5c7c7fbce860d8522d45fc3dc1d5c362553b91.tar.gz bugzilla-8a5c7c7fbce860d8522d45fc3dc1d5c362553b91.tar.xz |
Bug 1197073 - fix mfa disabling when updating account tab
Diffstat (limited to 'userprefs.cgi')
-rwxr-xr-x | userprefs.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/userprefs.cgi b/userprefs.cgi index f0899f164..9ec152538 100755 --- a/userprefs.cgi +++ b/userprefs.cgi @@ -143,7 +143,6 @@ sub SaveAccount { } $user->set_name($cgi->param('realname')); - $user->set_mfa($cgi->param('mfa')); $user->update({ keep_session => 1, keep_tokens => 1 }); $dbh->bz_commit_transaction; } |