Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 0ffa7ba

Browse files
committed
Added account credentials to README
Fixes #34
1 parent da92e2d commit 0ffa7ba

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff 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
7493
There is still work to be done before this is ready for full release to the Open edX community. Here are the major items:

0 commit comments

Comments
 (0)