﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35834	PasswordResetForm doesn't forward exceptions when email sending fails	Olivier LEVILLAIN		"In PasswordResetForm, the code to send the reset email is:
{{{
       try:
            email_message.send()
        except Exception:
            logger.exception(
                ""Failed to send password reset email to %s"", context[""user""].pk
            )
}}}
==> if the email sending fails (because for instance of an email password change), the user who asked for a reset will see it as a success and never receive his email  and the admin will have to look at the logs to understand what happened
It would be better if the exception was forwarded and an error appears on the users screen.
"	Bug	closed	contrib.auth	5.1	Normal	wontfix		Olivier LEVILLAIN	Unreviewed	0	0	0	0	1	0
