diff --git a/tutorcredentials/templates/credentials/tasks/mysql/sync_users b/tutorcredentials/templates/credentials/tasks/mysql/sync_users index f6b1b36..69e821f 100644 --- a/tutorcredentials/templates/credentials/tasks/mysql/sync_users +++ b/tutorcredentials/templates/credentials/tasks/mysql/sync_users @@ -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, \