-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
/user/forgot_password says it mailed when it didn't #19164
Comments
Emails are sent asynchronously to a queue. It would be highly inappropriate for the user's webpage to be held up waiting for the email to fail to be sent, thus when an email is requested the message says that an email has been sent because it has successfully been placed in a queue. It's your responsibility as an administrator to check your logs and your configuration. Now... it actually looks like you've got the same problem as in #7966. If you'd like to deliberately workaround this TLS stuff: Shows the basics of a PR to do it. |
Passing the buck from the admin to the users, and then from the devs to the admin. |
Are you deliberately trying to be rude and inflammatory? I appreciate that you're annoyed and irritated but ... the logs are there, the documentation is there, the basics of a PR have been provided in the past. An approach of asking nicely if the solution offered in my comment on #7966 could be implemented or even just proposing the PR would be better. Shall we start again?
|
I would prefer secure email, but I dont get to make that decision. Im not a front-end dev - I don't get why waiting for a confirmation is going to hold up the forgot_password page. All I know is I've worked with countless systems that can do these things without issue. |
Email system is a async system. Even if the Email is posted to your MTA (say: SMTP server), there is still a chance that you won't get it. So, to debug a complex system, keep in mind that every step could fail, and it always needs logs & tests to see what happens. |
Description
When I try reset my password
I had to go to the /admin/config page "SMTP Mailer Configuration" to get the actual issue, as per #7966
Maybe this can be included in #18982
Gitea Version
1.16.4
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Docker compose image: gitea/gitea:1
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: