mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 05:23: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"
|
c.JupyterHub.default_url = "/hub/home"
|
||||||
|
|
||||||
# make sure admin UI is available and any user can login
|
# make sure admin UI is available and any user can login
|
||||||
c.JupyterHub.admin_users = {"admin"}
|
c.Authenticator.admin_users = {"admin"}
|
||||||
c.JupyterHub.allow_all = True
|
c.Authenticator.allow_all = True
|
||||||
|
Reference in New Issue
Block a user