1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

add iiab-admin to the authentication list

This commit is contained in:
George Hunt 2021-03-10 03:33:47 +00:00
parent 4b1281c62d
commit b2675f4a46

View file

@ -1057,7 +1057,7 @@ c.JupyterHub.spawner_class = 'systemdspawner.SystemdSpawner'
# #
# Defaults to an empty set, in which case no user has admin access. # Defaults to an empty set, in which case no user has admin access.
# Default: set() # Default: set()
# c.Authenticator.admin_users = set() c.Authenticator.admin_users = set('iiab-admin')
## Set of usernames that are allowed to log in. ## Set of usernames that are allowed to log in.
# #