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:
parent
4b1281c62d
commit
b2675f4a46
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.
|
# 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.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue