Set 'created_on_site' UserAttribute on account creation.
We need to be able to track which site a given user account was created on. This change will create a UserAttribute model with a key of 'created_on_site' and a value containing the domain of the site on which the user accounted was created. WL-977
Showing
- common/djangoapps/student/tests/test_create_account.py 9 additions, 3 deletionscommon/djangoapps/student/tests/test_create_account.py
- common/djangoapps/student/tests/test_password_policy.py 2 additions, 0 deletionscommon/djangoapps/student/tests/test_password_policy.py
- common/djangoapps/student/views.py 7 additions, 3 deletionscommon/djangoapps/student/views.py
- common/djangoapps/third_party_auth/tests/specs/base.py 2 additions, 0 deletionscommon/djangoapps/third_party_auth/tests/specs/base.py
- openedx/core/djangoapps/external_auth/tests/test_ssl.py 2 additions, 0 deletionsopenedx/core/djangoapps/external_auth/tests/test_ssl.py
Loading
Please register or sign in to comment