1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

define a set with an iterable list

This commit is contained in:
George Hunt 2021-08-29 20:27:57 +01:00
parent fa928289fa
commit 162fad1e3a

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('Admin')
c.Authenticator.admin_users = set(['Admin'])
## Set of usernames that are allowed to log in.
#