Add DummyAuthenticator documentation

This commit is contained in:
Kyla Harper
2018-09-27 11:42:06 -05:00
parent fa79e233b7
commit a78655c5a7
6 changed files with 33 additions and 6 deletions

View File

@@ -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: