Skip to content

Commit

Permalink
Merge pull request #144 from SuperMaskv/main
Browse files Browse the repository at this point in the history
allow all signed-up admin users to login by default
  • Loading branch information
manics authored Jul 12, 2024
2 parents 4cfd808 + ab52a1c commit fce42d3
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 fce42d3

Please sign in to comment.