build: Moved user and group management commands and unit tests to edx-django-utils
- Removed manage_user and manage_group commands and their unit tests from edx-platform and added then to edx-django-utils. - Modified User.post_save signal to ensure the user profile is created when manage_user management command is run to create a user. - Added edx-django-utils to INSTALLED_APPS for LMS and Studio. - Moved generate_password from openedx.core.djangoapps.user_authn.utils to edx_django_utils.user along with its unit test.
Showing
- cms/envs/common.py 3 additions, 0 deletionscms/envs/common.py
- common/djangoapps/student/management/commands/manage_group.py 0 additions, 126 deletions...on/djangoapps/student/management/commands/manage_group.py
- common/djangoapps/student/management/commands/manage_user.py 0 additions, 163 deletionscommon/djangoapps/student/management/commands/manage_user.py
- common/djangoapps/student/management/tests/test_manage_group.py 0 additions, 187 deletions.../djangoapps/student/management/tests/test_manage_group.py
- common/djangoapps/student/management/tests/test_manage_user.py 0 additions, 186 deletions...n/djangoapps/student/management/tests/test_manage_user.py
- common/djangoapps/student/models.py 9 additions, 0 deletionscommon/djangoapps/student/models.py
- lms/djangoapps/support/views/manage_user.py 2 additions, 1 deletionlms/djangoapps/support/views/manage_user.py
- lms/envs/common.py 4 additions, 1 deletionlms/envs/common.py
- openedx/core/djangoapps/user_api/accounts/forms.py 1 addition, 1 deletionopenedx/core/djangoapps/user_api/accounts/forms.py
- openedx/core/djangoapps/user_api/management/commands/cancel_user_retirement_request.py 2 additions, 1 deletion...api/management/commands/cancel_user_retirement_request.py
- openedx/core/djangoapps/user_authn/tests/test_utils.py 1 addition, 30 deletionsopenedx/core/djangoapps/user_authn/tests/test_utils.py
- openedx/core/djangoapps/user_authn/utils.py 0 additions, 15 deletionsopenedx/core/djangoapps/user_authn/utils.py
- openedx/core/djangoapps/user_authn/views/auto_auth.py 2 additions, 1 deletionopenedx/core/djangoapps/user_authn/views/auto_auth.py
- openedx/core/djangoapps/user_authn/views/register.py 3 additions, 1 deletionopenedx/core/djangoapps/user_authn/views/register.py
Please register or sign in to comment