canary in the coal mine

This commit is contained in:
lpm0073 2022-09-13 19:02:06 -05:00
parent c8b51efa02
commit 63c93ce4b1

View File

@ -1,4 +1,4 @@
echo "sync credentials.core_user to openedx.auth_user"
echo "HI MOM. sync credentials.core_user to openedx.auth_user"
mysql -u {{ MYSQL_ROOT_USERNAME }} --password="{{ MYSQL_ROOT_PASSWORD }}" --host "{{ MYSQL_HOST }}" --port {{ MYSQL_PORT }} -e "\
INSERT credentials.core_user (password, last_login, is_superuser, username, first_name, last_name, email, is_staff, is_active, date_joined, full_name, lms_user_id) \
SELECT lms_user.password, \