Redirect users to the track selection page or ?next page when using third party auth
Set marketing site logged in cookie from third party auth.
Showing
- common/djangoapps/course_modes/helpers.py 0 additions, 0 deletionscommon/djangoapps/course_modes/helpers.py
- common/djangoapps/course_modes/models.py 65 additions, 0 deletionscommon/djangoapps/course_modes/models.py
- common/djangoapps/course_modes/tests/test_models.py 17 additions, 0 deletionscommon/djangoapps/course_modes/tests/test_models.py
- common/djangoapps/course_modes/tests/test_views.py 32 additions, 28 deletionscommon/djangoapps/course_modes/tests/test_views.py
- common/djangoapps/course_modes/views.py 17 additions, 24 deletionscommon/djangoapps/course_modes/views.py
- common/djangoapps/student/helpers.py 113 additions, 0 deletionscommon/djangoapps/student/helpers.py
- common/djangoapps/student/tests/test_enrollment.py 0 additions, 43 deletionscommon/djangoapps/student/tests/test_enrollment.py
- common/djangoapps/student/tests/test_login_registration_forms.py 185 additions, 0 deletions...djangoapps/student/tests/test_login_registration_forms.py
- common/djangoapps/student/views.py 19 additions, 41 deletionscommon/djangoapps/student/views.py
- common/djangoapps/third_party_auth/__init__.py 15 additions, 0 deletionscommon/djangoapps/third_party_auth/__init__.py
- common/djangoapps/third_party_auth/pipeline.py 149 additions, 22 deletionscommon/djangoapps/third_party_auth/pipeline.py
- common/djangoapps/third_party_auth/settings.py 2 additions, 1 deletioncommon/djangoapps/third_party_auth/settings.py
- common/djangoapps/third_party_auth/tests/specs/base.py 47 additions, 0 deletionscommon/djangoapps/third_party_auth/tests/specs/base.py
- common/djangoapps/third_party_auth/tests/test_change_enrollment.py 132 additions, 0 deletions...angoapps/third_party_auth/tests/test_change_enrollment.py
- common/djangoapps/third_party_auth/tests/testutil.py 2 additions, 0 deletionscommon/djangoapps/third_party_auth/tests/testutil.py
- common/templates/course_modes/choose.html 4 additions, 4 deletionscommon/templates/course_modes/choose.html
- lms/djangoapps/courseware/features/certificates.py 1 addition, 1 deletionlms/djangoapps/courseware/features/certificates.py
- lms/envs/test.py 11 additions, 0 deletionslms/envs/test.py
- lms/templates/login.html 1 addition, 1 deletionlms/templates/login.html
- lms/templates/register.html 1 addition, 1 deletionlms/templates/register.html
common/djangoapps/course_modes/helpers.py
0 → 100644
common/djangoapps/student/helpers.py
0 → 100644
Please register or sign in to comment