We are using Simple Pass Reset module, which uses `user.reset` route. It is not protected by TFA.
- Install and configure TFA.
- Install Simple Pass Reset module.
- Enable TFA for a user.
- Logout and reset the password.
- You will receive a reset link like: `/user/reset/3/1739210206/o8OHnH5G_FTPE6yjn33t_B1MPngWCeFnYx0SrE4_weY`
- When clicked you can change your password bypassing TFA.
Update event listener to listen for this route.
Needs work
1.0
Code