mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 14:33:00 +00:00
Update authenticators-users-basics.md
This commit is contained in:

committed by
GitHub

parent
7b39790a86
commit
7f818a04ae
@@ -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
|
||||||
|
Reference in New Issue
Block a user