Merge pull request #22387 from edx/diana/move-password-reset-2
Move password reset logic from student to user_authn.
No related branches found
No related tags found
Showing
- common/djangoapps/student/urls.py 0 additions, 20 deletionscommon/djangoapps/student/urls.py
- common/djangoapps/student/views/management.py 0 additions, 327 deletionscommon/djangoapps/student/views/management.py
- lms/djangoapps/courseware/tests/test_password_reset.py 0 additions, 115 deletionslms/djangoapps/courseware/tests/test_password_reset.py
- openedx/core/djangoapps/user_authn/urls_common.py 18 additions, 0 deletionsopenedx/core/djangoapps/user_authn/urls_common.py
- openedx/core/djangoapps/user_authn/views/password_reset.py 351 additions, 4 deletionsopenedx/core/djangoapps/user_authn/views/password_reset.py
- openedx/core/djangoapps/user_authn/views/tests/test_password.py 1 addition, 1 deletion...x/core/djangoapps/user_authn/views/tests/test_password.py
- openedx/core/djangoapps/user_authn/views/tests/test_reset_password.py 18 additions, 6 deletions.../djangoapps/user_authn/views/tests/test_reset_password.py
Loading
Please register or sign in to comment