We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c771d8 commit 6487777Copy full SHA for 6487777
docs/source/administrator/upgrading/upgrade-3-to-4.md
@@ -25,7 +25,7 @@ Especially if you use features like per-user subdomains or custom page templates
25
### Allowing users
26
27
JupyterHub 5 promotes the `allow_all` and `allow_existing_users` configuration used on OAuthenticator to all other Authenticators.
28
-If you have no explicitly allowed users, the default is now to allow no users (this was already the default if you were using OAuth).
+If you have not explicitly allowed users, the default is to allow no users (this was already the default if you were using OAuth).
29
If you are using an Authenticator where all users who can successfully authenticate should have access, set:
30
31
```yaml
0 commit comments