﻿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
20866	Password Reset does not catch exception from send_mail	ezra	ezra	"
PasswordResetForm.save() method calls send_mail to send the password reset token to the user. Per the documentation, send_mail may raise smtplib.SMTPException. PasswordResetForm class does not handle that exception, and neither the views.password_reset method. 

It should be straight forward to catch this exception, and report an appropriate error message to the user.
"	New feature	closed	contrib.auth	1.5	Normal	invalid			Accepted	1	0	1	1	1	0
