Skip to content

Commit

Permalink
allow all signed-up users to login by default
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperMaskv authored Jul 11, 2024
1 parent 4cfd808 commit ab52a1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions basic-example/jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
c.JupyterHub.cookie_secret_file = "/data/jupyterhub_cookie_secret"
c.JupyterHub.db_url = "sqlite:////data/jupyterhub.sqlite"

# Allow all signed-up users to login
c.Authenticator.allow_all = True

# Authenticate users with Native Authenticator
c.JupyterHub.authenticator_class = "nativeauthenticator.NativeAuthenticator"

Expand Down

0 comments on commit ab52a1c

Please sign in to comment.