1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +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 8ac48e150f
commit 9a05f01142

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.
# Default: set()
# c.Authenticator.admin_users = set()
c.Authenticator.admin_users = set('iiab-admin')
## Set of usernames that are allowed to log in.
#