DOC: Add note about allowed_users not being set

This commit is contained in:
Chris Holdgraf
2022-01-03 10:27:10 -08:00
committed by GitHub
parent 46e7a231fe
commit 0761a5db02

View File

@@ -16,6 +16,10 @@ c.Authenticator.allowed_users = {'mal', 'zoe', 'inara', 'kaylee'}
Users in the `allowed_users` set are added to the Hub database when the Hub is
started.
```{warning}
If this configuration value is not set, then **all users will be allowed into your hub**.
```
## Configure admins (`admin_users`)
```{note}