Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password reset does not work #113

Closed
aronmal opened this issue Aug 6, 2022 · 0 comments
Closed

Password reset does not work #113

aronmal opened this issue Aug 6, 2022 · 0 comments
Labels
bug Something isn't working fixed The issue is fixed (in a coming release)
Milestone

Comments

@aronmal
Copy link
Contributor

aronmal commented Aug 6, 2022

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:

  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
@Bubka Bubka added the bug Something isn't working label Aug 10, 2022
@Bubka Bubka moved this from Todo to In Progress in 2FAuth backlog Aug 10, 2022
@Bubka Bubka moved this to Todo in 2FAuth backlog Aug 10, 2022
@Bubka Bubka added the fixed The issue is fixed (in a coming release) label Aug 10, 2022
@Bubka Bubka moved this from In Progress to Done in 2FAuth backlog Aug 10, 2022
@Bubka Bubka added this to the v3.3.3 milestone Aug 10, 2022
@Bubka Bubka closed this as completed in 85e34c6 Aug 16, 2022
@Bubka Bubka moved this from Done to Released in 2FAuth backlog Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed The issue is fixed (in a coming release)
Projects
Status: Released
Development

No branches or pull requests

2 participants