We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cfd808 + ab52a1c commit fce42d3Copy full SHA for fce42d3
basic-example/jupyterhub_config.py
@@ -46,6 +46,9 @@
46
c.JupyterHub.cookie_secret_file = "/data/jupyterhub_cookie_secret"
47
c.JupyterHub.db_url = "sqlite:////data/jupyterhub.sqlite"
48
49
+# Allow all signed-up users to login
50
+c.Authenticator.allow_all = True
51
+
52
# Authenticate users with Native Authenticator
53
c.JupyterHub.authenticator_class = "nativeauthenticator.NativeAuthenticator"
54
0 commit comments