Skip to content
Snippets Groups Projects
Commit cde05061 authored by Usama Sadiq's avatar Usama Sadiq Committed by Saad Ali
Browse files

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.
parent 2ed89f58
Branches
Tags release-2021-08-30-04.59
No related merge requests found
Showing
with 27 additions and 713 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment