4minitz: BUG: Reset password email
I’m currently using the docker version of 4minitz v1.5.2 behind an Nginx reverse proxy. I did set ROOT_URL in the json setting file correctly, using the proper domain name. Settings for the SMTP server are also working except for the password reset. Emails are being sent but the From email account, the subject and the link are incorrect.
Here’s an email example when asking for a password reset:
From: Accounts Example [no-reply@example.com]
Sent: Thursday, August 15, 2019 3:44 PM
To: John Doe
Subject: How to reset your password on localhost:3100
Hello John Doe,
To reset your password, simply click the link below.
http://localhost:3100/#/reset-password/zj3RnfxZgXHkdjBg9kwTEyOoi-w4UR5B8-PMfzECvI8
Thanks.
Is this an issue or maybe I’m missing an email template somewhere I have to configure?
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 16 (9 by maintainers)
I just updated my docker 4minitz instance to use the latest
develop
image. With this version I cannot reproduce this bug anymore 👍