move admin_users from JupyterHub to Authenticator

This commit is contained in:
Min RK
2015-03-23 12:22:00 -07:00
parent ca1380eb06
commit b30be43d22
4 changed files with 26 additions and 14 deletions

View File

@@ -23,6 +23,12 @@ class Authenticator(LoggingConfigurable):
"""
db = Any()
admin_users = Set(config=True,
help="""set of usernames of admin users
If unspecified, only the user that launches the server will be admin.
"""
)
whitelist = Set(config=True,
help="""Username whitelist.