-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Fatal error encountered when sending a "Forgot Password" email #183
Comments
Thank you for the bug report, it's fixed in the latest.zip update. The site component was not included in the reset.html email template. |
I thinks this is related to missing site title/description. |
Thanks for the help! 🙂 The issue is resolved after making that addition, but I'll be in trouble if I self-host it, and haven't set any language or title in my initial login. |
This is how you can reproduce it:After completing the initial setup (where I add the primary language and website name), |
Language and site tile set on install will remain unless they are changed from admin, you don't need to set them again after admin login. I tried to reset admin password right after install and I don't get any php error, I also tried to login and logout and then reset again. Is there an additional step that I should do before password reset to generate the error? Tried with a new docker image. |
I'm using the vvveb Docker image, and when the application is running, I encounter an error while trying to send a "Forgot Password" email.
Steps to Reproduce:
Error Message:
Expected Behavior:
The password reset email should be sent successfully without any errors.
Actual Behavior:
A fatal error occurs, preventing the email from being sent.
The temporary fix that i'm doing is, updating compiled-templates/admin_1_default_email_user_reset.html by replacing
to
to
The text was updated successfully, but these errors were encountered: