Updated logout view
In addition to logging the user out of LMS, the logout view also logs users out of the IDAs to which they previously authenticated. ECOM-4610
Showing
- cms/urls.py 2 additions, 1 deletioncms/urls.py
- common/djangoapps/microsite_configuration/context_processors.py 1 addition, 1 deletion.../djangoapps/microsite_configuration/context_processors.py
- common/djangoapps/microsite_configuration/tests/test_context_processors.py 1 addition, 0 deletions.../microsite_configuration/tests/test_context_processors.py
- common/djangoapps/student/migrations/0006_logoutviewconfiguration.py 30 additions, 0 deletions...goapps/student/migrations/0006_logoutviewconfiguration.py
- common/djangoapps/student/models.py 8 additions, 0 deletionscommon/djangoapps/student/models.py
- common/djangoapps/student/tests/test_views.py 101 additions, 13 deletionscommon/djangoapps/student/tests/test_views.py
- common/djangoapps/student/views.py 81 additions, 30 deletionscommon/djangoapps/student/views.py
- lms/static/js/jquery.allloaded.js 33 additions, 0 deletionslms/static/js/jquery.allloaded.js
- lms/static/js/logout.js 23 additions, 0 deletionslms/static/js/logout.js
- lms/templates/logout.html 23 additions, 0 deletionslms/templates/logout.html
- lms/urls.py 2 additions, 1 deletionlms/urls.py
- requirements/edx/base.txt 2 additions, 2 deletionsrequirements/edx/base.txt
Loading
Please register or sign in to comment