Add flag to enable password change form in admin
This was previously disabled because changing another user's password is both not usually recommended and bypasses password policy. Here, we add a feature flag (`ENABLE_CHANGE_USER_PASSWORD_ADMIN`) to allow re-enabling this password change form. This allows continued use of this functionality by clients that require it.
Showing
- cms/envs/common.py 13 additions, 0 deletionscms/envs/common.py
- cms/urls.py 2 additions, 1 deletioncms/urls.py
- common/djangoapps/student/admin.py 12 additions, 7 deletionscommon/djangoapps/student/admin.py
- lms/envs/common.py 13 additions, 0 deletionslms/envs/common.py
- lms/urls.py 9 additions, 3 deletionslms/urls.py
Loading
Please register or sign in to comment