Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0cf6b9c

Browse files
authoredOct 22, 2024··
Merge pull request #4084 from ttodua/patch-1
doc(site) - default credentials change
2 parents d499e2b + 68a9baf commit 0cf6b9c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎docs/src/setup/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,13 @@ Email: admin@example.com
137137
Password: changeme
138138
```
139139
140-
Immediately after logging in with this default user you will be asked to modify your details and change your password.
140+
Immediately after logging in with this default user you will be asked to modify your details and change your password. You can change defaults with:
141+
142+
143+
```
144+
environment:
145+
INITIAL_ADMIN_EMAIL: my@example.com
146+
INITIAL_ADMIN_PASSWORD: mypassword1
147+
```
148+
141149

0 commit comments

Comments
 (0)
Please sign in to comment.