mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-12 12:33:02 +00:00
Add DummyAuthenticator documentation
This commit is contained in:
@@ -9,6 +9,9 @@ to enable testing without administrative privileges.
|
||||
c = get_config() # noqa
|
||||
c.JupyterHub.authenticator_class = DummyAuthenticator
|
||||
|
||||
# Optionally set a global password that all users must use
|
||||
# c.DummyAuthenticator.password = "your_password"
|
||||
|
||||
try:
|
||||
from simplespawner import SimpleLocalProcessSpawner
|
||||
except ImportError:
|
||||
|
Reference in New Issue
Block a user