mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
jupyterhub/templates/jupyterhub_config.py: "c.JupyterHub.admin_access = True" & "c.Authenticator.admin_users = set('Admin')"
This commit is contained in:
parent
02bb6389a8
commit
c97c466930
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@
|
|||
#
|
||||
# Users should be properly informed if this is enabled.
|
||||
# Default: False
|
||||
# c.JupyterHub.admin_access = False
|
||||
c.JupyterHub.admin_access = True
|
||||
|
||||
## DEPRECATED since version 0.7.2, use Authenticator.admin_users instead.
|
||||
# Default: set()
|
||||
|
@ -1057,7 +1057,7 @@ c.JupyterHub.spawner_class = 'systemdspawner.SystemdSpawner'
|
|||
#
|
||||
# Defaults to an empty set, in which case no user has admin access.
|
||||
# Default: set()
|
||||
c.Authenticator.admin_users = set('iiab-admin')
|
||||
c.Authenticator.admin_users = set('Admin')
|
||||
|
||||
## Set of usernames that are allowed to log in.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue