mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
Merge pull request #3087 from fcollonval/patch-1
This commit is contained in:
@@ -206,6 +206,7 @@ class Authenticator(LoggingConfigurable):
|
|||||||
|
|
||||||
delete_invalid_users = Bool(
|
delete_invalid_users = Bool(
|
||||||
False,
|
False,
|
||||||
|
config=True,
|
||||||
help="""Delete any users from the database that do not pass validation
|
help="""Delete any users from the database that do not pass validation
|
||||||
|
|
||||||
When JupyterHub starts, `.add_user` will be called
|
When JupyterHub starts, `.add_user` will be called
|
||||||
|
Reference in New Issue
Block a user