Update authenticators-users-basics.md

This commit is contained in:
Taofeeq Taofeeqat Olawumi
2023-01-26 10:14:12 +01:00
committed by GitHub
parent 7b39790a86
commit 7f818a04ae

View File

@@ -8,7 +8,7 @@ with an account and password on the system will be allowed to login.
## Create a set of allowed users (`allowed_users`) ## Create a set of allowed users (`allowed_users`)
You can restrict which users are allowed to login with a set You can restrict which users are allowed to login with a set,
`Authenticator.allowed_users`: `Authenticator.allowed_users`:
```python ```python
@@ -90,7 +90,7 @@ file is:
c.LocalAuthenticator.create_system_users = True c.LocalAuthenticator.create_system_users = True
``` ```
Adding a user to the Hub that doesn't exist already on the system will Adding a user to the Hub that doesn't already exist on the system will
result in the Hub creating that user via the system `adduser` command result in the Hub creating that user via the system `adduser` command
line tool. This option is typically used on hosted deployments of line tool. This option is typically used on hosted deployments of
JupyterHub to avoid the need to manually create all your users before JupyterHub to avoid the need to manually create all your users before