add allow_all user to login
This commit is contained in:
@@ -24,6 +24,7 @@ c = get_config() # noqa: F821
|
||||
# return super().start()
|
||||
|
||||
# Spawn single-user servers as Docker containers
|
||||
c.Authenticator.allow_all = True
|
||||
c.JupyterHub.spawner_class = "dockerspawner.DockerSpawner"
|
||||
|
||||
# Spawn containers from this image
|
||||
|
||||
Reference in New Issue
Block a user