Enabling an Umbraco admin user to disable 2FA for a member (#13369)
* Fix Invalid authentication code bug
* Add translation keys for 2fa
* Display toggle for 2FA on member
* Add TwoFactorEnabled prop when saving member
* Handle disabling of 2FA
* Fix tests
* Changing obsolete msg
(cherry picked from commit af6b8fc5cb)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
d6d4421a37
commit
dabc7bed9b
@@ -299,6 +299,9 @@
|
||||
case '_umb_lockedOut':
|
||||
saveModel.isLockedOut = prop.value;
|
||||
break;
|
||||
case '_umb_twoFactorEnabled':
|
||||
saveModel.isTwoFactorEnabled = prop.value;
|
||||
break;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user