From 7e25dd15e66538ba9f2dff70ff3d7aa3f91a0cc4 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 26 Mar 2024 09:00:01 +0100 Subject: [PATCH] clarify externally managed group Co-authored-by: Erik Sundell --- jupyterhub/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/auth.py b/jupyterhub/auth.py index 312cc06c..e0327415 100644 --- a/jupyterhub/auth.py +++ b/jupyterhub/auth.py @@ -249,7 +249,7 @@ class Authenticator(LoggingConfigurable): When this is enabled and you wish to remove access for one or more users previously allowed, you must make sure that they are removed from the jupyterhub database. This can be tricky to do - if you stop allowing a group of externally managed users for example. + if you stop allowing an externally managed group of users for example. With this enabled, JupyterHub admin users can visit `/hub/admin` or use JupyterHub's REST API to add and remove users to manage who can login.