mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +00:00
Clarify the docstring for manage_roles
This is still subject to change.
This commit is contained in:
@@ -730,7 +730,9 @@ class Authenticator(LoggingConfigurable):
|
||||
may return a list of roles in the 'roles' field,
|
||||
which will be added to the database.
|
||||
|
||||
All role-assignment APIs are disabled if this is True.
|
||||
When enabled, all role management will be handled by the
|
||||
authenticator; in particular, assignment of roles via
|
||||
`JupyterHub.load_roles` traitlet will not be possible.
|
||||
""",
|
||||
)
|
||||
auto_login = Bool(
|
||||
|
Reference in New Issue
Block a user