mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
add iiab-admin to the authentication list
This commit is contained in:
parent
8ac48e150f
commit
9a05f01142
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
c.Authenticator.admin_users = set('iiab-admin')
|
||||
|
||||
## Set of usernames that are allowed to log in.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue