Skip to content

Commit 7881d61

Browse files
authored
Merge pull request #2877 from manics/auth-doc-dummy
docs: auth defaults to dummy
2 parents 78e2069 + dd1c418 commit 7881d61

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/source/administrator/authentication.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ Before configuring this, you should have [setup HTTPS](https).
1313

1414
### Authenticator classes
1515

16-
JupyterHub by default ships with only one source of authentication:
17-
PAM, the underlying unix authentication of the host system.
16+
Z2JH defaults to a [DummyAuthenticator](https://jupyterhub.readthedocs.io/en/stable/api/auth.html#jupyterhub.auth.DummyAuthenticator)
17+
that allows anyone to login with any username and password.
18+
This should only be used for testing purposes.
19+
1820
To use other sources of authentication, choose _one_ [_authenticator
1921
class_](https://jupyterhub.readthedocs.io/en/stable/reference/authenticators.html) to use.
2022
Several such classes are already available in the hub image through [installed

0 commit comments

Comments
 (0)