Skip to content

Commit

Permalink
update instructions to get admin access
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Nov 13, 2024
1 parent e330b93 commit 6293603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app_data/users.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- email: [email protected]
active: True
confirmed: True
roles:
- admin
allow:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ When you run Docker Compose for the first time, run the setup script to set up t
docker exec -it invenio-rdm-starter-worker-1 setup.sh
```

Open a web browser and navigate to [https://localhost](https://localhost). One default admin user is created during setup: email `[email protected]`. The password is generated randomly.
Open a web browser and navigate to [https://localhost](https://localhost). One default admin user (email `[email protected]`) is created during setup. Go to [https://localhost/lost-password/](https://localhost/lost-password/) to trigger a password reset - you find the reset link in the Docker Compose logs.

## Configuration

Expand Down

0 comments on commit 6293603

Please sign in to comment.