This repository was archived by the owner on Aug 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ configure Docker with a sufficient amount of resources. Our testing found that [
4646 (devstack)$ make clone
4747 ```
4848
49- 3 . Run the provision command, if you haven't already, to configure the various services with super-users (for
49+ 3 . Run the provision command, if you haven't already, to configure the various services with superusers (for
5050 development without the auth service) and tenants (for multi-tenancy).
5151
5252 The username and password for the superusers are both "edx". You can access the services directly via Django admin
@@ -69,6 +69,25 @@ For example to access the Catalog/Course Discovery Service, you can run:
6969(devstack)$ make devstack.open.discovery
7070```
7171
72+ ## Usernames and Passwords
73+
74+ The provisioning script creates a Django superuser for every service.
75+
76+ Email: edx@example.com
77+ Username: edx
78+ Password: edx
79+
80+ The LMS also includes demo accounts. The passwords for each of these accounts is `edx`.
81+
82+
83+ | Username | Email |
84+ |----------|----------------------|
85+ | audit | audit@example.com |
86+ | honor | honor@example.com |
87+ | staff | staff@example.com |
88+ | verified | verified@example.com |
89+
90+
7291## Remaining Work
7392
7493There is still work to be done before this is ready for full release to the Open edX community. Here are the major items:
You can’t perform that action at this time.
0 commit comments