Add optional password reset failure emails
This change allows Open edX operators to enable password reset failure email notifications. This is mainly useful for explicitly informing users that there's no account associated with their email, so that users can be sure that there wasn't a problem with the email system. OSPR-1832
Showing
- cms/envs/common.py 4 additions, 0 deletionscms/envs/common.py
- lms/djangoapps/student_account/test/test_views.py 25 additions, 0 deletionslms/djangoapps/student_account/test/test_views.py
- lms/djangoapps/student_account/views.py 23 additions, 2 deletionslms/djangoapps/student_account/views.py
- lms/envs/common.py 4 additions, 0 deletionslms/envs/common.py
- lms/templates/registration/password_reset_email.html 6 additions, 0 deletionslms/templates/registration/password_reset_email.html
Loading
Please register or sign in to comment