Skip to content

Commit 17f5d07

Browse files
authored
improve documentation of auth db auto-create
Add description that the authentication db auto-create is ran only when first trying to authenticate, as this is confusing for the administrator.
1 parent 70b6398 commit 17f5d07

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)