Commit 84db1ec5 by asadiqbal

testing

parent db58acb3
......@@ -32,6 +32,10 @@ demo_test_users:
username: verified
hashed_password: "{{ demo_hashed_password }}"
is_staff: false
- email: 'enterprise_worker@example.com'
username: enterprise_worker
hashed_password: "{{ demo_hashed_password }}"
is_staff: false
demo_staff_user:
email: 'staff@example.com'
username: staff
......
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