Skip to content

Commit b540ed7

Browse files
authored
Merge pull request jupyterhub#144 from SuperMaskv/main
allow all signed-up admin users to login by default
2 parents a9d8f30 + 98b7178 commit b540ed7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

basic-example/jupyterhub_config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
c.JupyterHub.cookie_secret_file = "/data/jupyterhub_cookie_secret"
4747
c.JupyterHub.db_url = "sqlite:////data/jupyterhub.sqlite"
4848

49+
# Allow all signed-up users to login
50+
c.Authenticator.allow_all = True
51+
4952
# Authenticate users with Native Authenticator
5053
c.JupyterHub.authenticator_class = "nativeauthenticator.NativeAuthenticator"
5154

0 commit comments

Comments
 (0)