-
-
Notifications
You must be signed in to change notification settings - Fork 732
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
feat: email password reset link directly from admin dashboard #3147
feat: email password reset link directly from admin dashboard #3147
Conversation
@Kuchenpirat any chance you can add before and after images please? |
The mail pit issue, does that relate just to the Dev container? |
Yep, that is only mailpit. I just pushed another commit setting the BASE_URL in the taskfile which fixes that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
What type of PR is this?
What this PR does / why we need it:
This adds the option to directly send an email with the password reset link to the email adress of the user.
Most users will propably find the "Forgot Password" field on the login screen themselves, but some not so tech savy will just call their e.g. family member that hosts mealie and aks them to fix it.
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
Testing
Tested with the mailpit service.
Mealie does generate the link a bit false (port 8080 instead of 3000) but if the user has email configured correctly, this sould not fail as it uses the normal forgot-password api endpoint.