clarify some allow docs per review

This commit is contained in:
Min RK
2024-04-02 10:54:17 +02:00
parent 3e61e46497
commit 3ce2643ab7
2 changed files with 4 additions and 2 deletions

View File

@@ -130,7 +130,8 @@ By default, only the deprecated `admin` role has global `access` permissions.
## Add or remove users from the Hub
:::{versionadded} 5.0
`c.Authenticator.allow_existing_users` is added in 5.0 and enabled by default.
`c.Authenticator.allow_existing_users` is added in 5.0 and True by default _if_ any `allowed_users` are specified.
Prior to 5.0, this behavior was not optional.
:::