Commit da05020f by Shirley He

include is_superuser bool for all users

parent d5fa3a7d
......@@ -24,19 +24,23 @@ demo_test_users:
username: honor
hashed_password: "{{ demo_hashed_password }}"
is_staff: false
is_superuser: false
- email: 'audit@example.com'
username: audit
hashed_password: "{{ demo_hashed_password }}"
is_staff: false
is_superuser: false
- email: 'verified@example.com'
username: verified
hashed_password: "{{ demo_hashed_password }}"
is_staff: false
is_superuser: false
demo_staff_user:
email: 'staff@example.com'
username: staff
hashed_password: "{{ demo_hashed_password }}"
is_staff: true
is_superuser: false
demo_edxapp_user: 'edxapp'
demo_edxapp_settings: '{{ COMMON_EDXAPP_SETTINGS }}'
demo_edxapp_venv_bin: '{{ COMMON_APP_DIR }}/{{ demo_edxapp_user }}/venvs/{{demo_edxapp_user}}/bin'
......
Markdown is supported
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