Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
docs(readme): mention loaddata command (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
czosel authored Apr 29, 2024
1 parent cd43e66 commit 27dc687
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ If you have existing users from the previous LDAP authentication, you want to ad
DJANGO_OIDC_USERNAME_CLAIM=preferred_username
```

The test data includes 3 users admin, fritzm and alexs with you can log into [http://timed.local](http://timed.local)

The username and password are identical.
Import some development fixtures to get started:
```bash
make loaddata
```
The test data includes 3 users: `admin`, `fritzm` and `axels` with which you can log into [http://timed.local](http://timed.local). Their passwords are identical to the username.

To access the Django admin interface you will have to change the admin password in Django directly:

Expand Down

0 comments on commit 27dc687

Please sign in to comment.