Merge pull request #18136 from edx/pwnage101/registration-with-half-retired-user-email
Disallow registration when the proposed email is retired
Showing
- common/djangoapps/student/forms.py 2 additions, 2 deletionscommon/djangoapps/student/forms.py
- common/djangoapps/student/helpers.py 3 additions, 2 deletionscommon/djangoapps/student/helpers.py
- common/djangoapps/student/models.py 35 additions, 3 deletionscommon/djangoapps/student/models.py
- common/djangoapps/student/signals/receivers.py 11 additions, 1 deletioncommon/djangoapps/student/signals/receivers.py
- common/djangoapps/student/tests/test_email.py 16 additions, 1 deletioncommon/djangoapps/student/tests/test_email.py
- common/djangoapps/student/tests/test_retirement.py 25 additions, 1 deletioncommon/djangoapps/student/tests/test_retirement.py
- common/djangoapps/student/views/management.py 2 additions, 1 deletioncommon/djangoapps/student/views/management.py
- lms/djangoapps/ccx/api/v0/views.py 6 additions, 0 deletionslms/djangoapps/ccx/api/v0/views.py
- lms/djangoapps/instructor/enrollment.py 10 additions, 2 deletionslms/djangoapps/instructor/enrollment.py
- lms/djangoapps/instructor/tests/test_api.py 50 additions, 2 deletionslms/djangoapps/instructor/tests/test_api.py
- lms/djangoapps/instructor/views/api.py 12 additions, 1 deletionlms/djangoapps/instructor/views/api.py
- lms/djangoapps/instructor/views/tools.py 8 additions, 9 deletionslms/djangoapps/instructor/views/tools.py
- lms/djangoapps/lms_migration/management/commands/create_user.py 2 additions, 2 deletions...angoapps/lms_migration/management/commands/create_user.py
- openedx/core/djangoapps/user_api/accounts/api.py 2 additions, 2 deletionsopenedx/core/djangoapps/user_api/accounts/api.py
- openedx/core/djangoapps/user_api/tests/test_views.py 97 additions, 1 deletionopenedx/core/djangoapps/user_api/tests/test_views.py
Please register or sign in to comment