mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 23:13:00 +00:00
Merge pull request #4946 from kellyrowland/override-allow-all-docs-fix
This commit is contained in:
@@ -223,6 +223,7 @@ class Authenticator(LoggingConfigurable):
|
|||||||
|
|
||||||
Authenticator subclasses may override the default with e.g.::
|
Authenticator subclasses may override the default with e.g.::
|
||||||
|
|
||||||
|
from traitlets import default
|
||||||
@default("allow_all")
|
@default("allow_all")
|
||||||
def _default_allow_all(self):
|
def _default_allow_all(self):
|
||||||
# if _any_ auth config (depends on the Authenticator)
|
# if _any_ auth config (depends on the Authenticator)
|
||||||
|
Reference in New Issue
Block a user