2FAuth
2FAuth copied to clipboard
Password reset does not work
Describe the bug I finally found the time to include the SMTP settings in my Docker config. While doing this I noticed wrong/missing variables. The 'MAIL_FROM' does not seem to do anything, but 'MAIL_FROM_NAME' and 'MAIL_FROM_ADDRESS' as well as 'MAIL_ENCRYPTION' was needed. Fixed this in docker/README.md with pull request https://github.com/Bubka/2FAuth/pull/112 based on Issue https://github.com/Bubka/2FAuth/issues/75 and docker-compose.yml,
Anyways, I received the password reset Email, but when I click on the link /user/password/reset?token=...&email=...)
it just redirects me to /account
and does not prompt me to change it.
'Old' password still works. The reset was just for testing anyway.
To Reproduce Steps to reproduce the behavior:
- Fix SMTP settings
- Click on reset link in Email
- See no prompt
Expected behavior Password reset prompt when clicking the link.
Desktop (please complete the following information):
- OS: Linux
- Browser Firefox
- Version 103.0