If a user has lost their mobile device, they can use their recovery code to log in. If they do not have a recovery code, they will need their tenant administrator to reset their (MFA). This action is equivalent to removing or deleting the user’s MFA registration. The MFA settings associated with the user will be removed, which allows them to set up MFA as if they were a new user on their next login attempt. To reset an admin’s MFA as opposed to an end user’s MFA, please contact Auth0 Support.Documentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Use the Dashboard
- Go to Dashboard > Users Management > Users.
- Click on the user whose MFA you want to reset.
- Click on the Actions button on the top right of the screen.
- Select Reset Multi-factor from the dropdown. Admins will also see a Reset MFA link at the bottom of the Multi-Factor Authentication tab of the User Details page if the user is already enrolled in MFA. Both these methods function the same way. There will be a pop-up box to confirm your decision.
- Click Yes, reset it to reset the user’s MFA.
Use the Management API
As an admin, you can also use the to delete a user’s MFA enrollment usingDELETE /api/v2/users/{id}/authentication-methods. If the user has more than one enrollment, you will need to repeat the process for each enrollment.