diff --git a/common/djangoapps/student/forms.py b/common/djangoapps/student/forms.py index 8e5a663dcdee..9be815a3269f 100644 --- a/common/djangoapps/student/forms.py +++ b/common/djangoapps/student/forms.py @@ -18,6 +18,7 @@ from common.djangoapps.student.message_types import AccountRecovery as AccountRecoveryMessage + def send_account_recovery_email_for_user(user, request, email=None): """ Send out a account recovery email for the given user.