mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-13 21:13:01 +00:00
fix testing authenticator config
wrong class
This commit is contained in:
@@ -25,5 +25,5 @@ c.JupyterHub.allow_named_servers = True
|
||||
c.JupyterHub.default_url = "/hub/home"
|
||||
|
||||
# make sure admin UI is available and any user can login
|
||||
c.JupyterHub.admin_users = {"admin"}
|
||||
c.JupyterHub.allow_all = True
|
||||
c.Authenticator.admin_users = {"admin"}
|
||||
c.Authenticator.allow_all = True
|
||||
|
Reference in New Issue
Block a user