2FAuth icon indicating copy to clipboard operation
2FAuth copied to clipboard

Password reset does not work

Open aronmal opened this issue 2 years ago • 0 comments

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:

  1. Fix SMTP settings
  2. Click on reset link in Email
  3. 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

aronmal avatar Aug 06 '22 23:08 aronmal