Skip to content

Commit

Permalink
Merge pull request #10 from edly-io/alisalman/fix-email
Browse files Browse the repository at this point in the history
fix: remove .com from the email
  • Loading branch information
Ali-Salman29 authored Dec 12, 2023
2 parents c0af925 + 44884e9 commit 2544d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutordiscovery/templates/discovery/tasks/lms/init
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
get_user_model().objects.filter(username='lms_catalog_service_user').exclude(email='lms_catalog_service_user@openedx').update(email='lms_catalog_service_user@openedx')"

./manage.py lms manage_user discovery discovery@openedx --staff --superuser --unusable-password
./manage.py lms manage_user lms_catalog_service_user lms_catalog_service_user@openedx.com --staff --superuser --unusable-password
./manage.py lms manage_user lms_catalog_service_user lms_catalog_service_user@openedx --staff --superuser --unusable-password

# Development client
./manage.py lms create_dot_application \
Expand Down

0 comments on commit 2544d74

Please sign in to comment.