MFAuthenticationHelperResetSecretForUserInternal Method |
Resets the user's current MFA information.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax protected virtual void ResetSecretForUserInternal(
UserInfo user
)
Parameters
- user
- Type: CMS.MembershipUserInfo
UserInfo whose MFA secret will be reset.
Remarks The user's authenticator has to be resynchronized when logging in again.
See Also