add allow_all user to login

This commit is contained in:
2024-05-27 09:05:42 +08:00
parent 4b7bdd84c5
commit 589713716f

View File

@@ -24,6 +24,7 @@ c = get_config() # noqa: F821
# return super().start() # return super().start()
# Spawn single-user servers as Docker containers # Spawn single-user servers as Docker containers
c.Authenticator.allow_all = True
c.JupyterHub.spawner_class = "dockerspawner.DockerSpawner" c.JupyterHub.spawner_class = "dockerspawner.DockerSpawner"
# Spawn containers from this image # Spawn containers from this image