You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If sending emails fails, there isn't any error returned to user or log message created.
Calls to Teiserver.Mailer.deliver_now aren't checking the return tuple, and code isn't written to handle failures in sending of the emails: e.g. reset code is created before sending email and not cleaned up if it fails, so if email sending fails it's not logged, user code is still created blocking new recovery codes creation, and user has have to wait 24h to retry sending password link.
The text was updated successfully, but these errors were encountered:
If sending emails fails, there isn't any error returned to user or log message created.
Calls to
Teiserver.Mailer.deliver_now
aren't checking the return tuple, and code isn't written to handle failures in sending of the emails: e.g. reset code is created before sending email and not cleaned up if it fails, so if email sending fails it's not logged, user code is still created blocking new recovery codes creation, and user has have to wait 24h to retry sending password link.The text was updated successfully, but these errors were encountered: