Skip to content

Commit 27d4580

Browse files
authored
Merge pull request #1822 from m4ci3k2/patch-1
Improve documentation of auth db auto-create
2 parents 70b6398 + 17f5d07 commit 27d4580

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/settings/auth.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ create three default users:
9191
* **admin:**
9292
password `admin`, has roles `read`, `create`, `update`, `delete` and `admin`
9393

94-
You should change these default users!
94+
You should change these default users! The creation only happens at the moment you
95+
first try to authenticate, so do an authentication attempt to have tables created.
9596

9697
The BasicAuthProvider has the following specific settings:
9798

0 commit comments

Comments
 (0)