Merge pull request #22233 from edx/diana/move-password-reset
Move password reset logic and code to user_authn.
No related branches found
No related tags found
Showing
- common/djangoapps/student/forms.py 1 addition, 34 deletionscommon/djangoapps/student/forms.py
- common/djangoapps/student/message_types.py 0 additions, 7 deletionscommon/djangoapps/student/message_types.py
- common/djangoapps/student/views/management.py 2 additions, 1 deletioncommon/djangoapps/student/views/management.py
- openedx/core/djangoapps/user_api/api.py 0 additions, 45 deletionsopenedx/core/djangoapps/user_api/api.py
- openedx/core/djangoapps/user_api/legacy_urls.py 0 additions, 5 deletionsopenedx/core/djangoapps/user_api/legacy_urls.py
- openedx/core/djangoapps/user_api/tests/test_views.py 0 additions, 59 deletionsopenedx/core/djangoapps/user_api/tests/test_views.py
- openedx/core/djangoapps/user_api/views.py 0 additions, 13 deletionsopenedx/core/djangoapps/user_api/views.py
- openedx/core/djangoapps/user_authn/message_types.py 15 additions, 0 deletionsopenedx/core/djangoapps/user_authn/message_types.py
- openedx/core/djangoapps/user_authn/templates/user_authn/edx_ace/passwordreset/email/body.html 0 additions, 0 deletions...emplates/user_authn/edx_ace/passwordreset/email/body.html
- openedx/core/djangoapps/user_authn/templates/user_authn/edx_ace/passwordreset/email/body.txt 0 additions, 0 deletions...templates/user_authn/edx_ace/passwordreset/email/body.txt
- openedx/core/djangoapps/user_authn/templates/user_authn/edx_ace/passwordreset/email/from_name.txt 0 additions, 0 deletions...ates/user_authn/edx_ace/passwordreset/email/from_name.txt
- openedx/core/djangoapps/user_authn/templates/user_authn/edx_ace/passwordreset/email/head.html 0 additions, 0 deletions...emplates/user_authn/edx_ace/passwordreset/email/head.html
- openedx/core/djangoapps/user_authn/templates/user_authn/edx_ace/passwordreset/email/subject.txt 0 additions, 0 deletions...plates/user_authn/edx_ace/passwordreset/email/subject.txt
- openedx/core/djangoapps/user_authn/urls_common.py 5 additions, 2 deletionsopenedx/core/djangoapps/user_authn/urls_common.py
- openedx/core/djangoapps/user_authn/views/login.py 1 addition, 1 deletionopenedx/core/djangoapps/user_authn/views/login.py
- openedx/core/djangoapps/user_authn/views/login_form.py 1 addition, 1 deletionopenedx/core/djangoapps/user_authn/views/login_form.py
- openedx/core/djangoapps/user_authn/views/password_reset.py 114 additions, 0 deletionsopenedx/core/djangoapps/user_authn/views/password_reset.py
- openedx/core/djangoapps/user_authn/views/tests/test_reset_password.py 70 additions, 6 deletions.../djangoapps/user_authn/views/tests/test_reset_password.py
Loading
Please register or sign in to comment