Adds username replacement API
New API replaces all copies of username in LMS a desired username. Requires user be in username_replacement_admin group. Should only be ran as a larger job to update usernames across all services, otherwise the system will be left in a broken state for those users.
Showing
- openedx/core/djangoapps/user_api/accounts/permissions.py 9 additions, 0 deletionsopenedx/core/djangoapps/user_api/accounts/permissions.py
- openedx/core/djangoapps/user_api/accounts/views.py 160 additions, 1 deletionopenedx/core/djangoapps/user_api/accounts/views.py
- openedx/core/djangoapps/user_api/urls.py 7 additions, 1 deletionopenedx/core/djangoapps/user_api/urls.py
Loading
Please register or sign in to comment