You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 #112 based on Issue #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
The text was updated successfully, but these errors were encountered:
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 #112 based on Issue #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:
Expected behavior
Password reset prompt when clicking the link.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: