mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 14:03:02 +00:00
updated tech implementation section
This commit is contained in:
@@ -371,7 +371,7 @@ class UserTokenListAPIHandler(APIHandler):
|
||||
except ValueError:
|
||||
raise web.HTTPError(
|
||||
403,
|
||||
"Requested token roles %r have higher permissions than the token owner"
|
||||
"Requested roles %r cannot have higher permissions than the token owner"
|
||||
% token_roles,
|
||||
)
|
||||
if requester is not user:
|
||||
|
Reference in New Issue
Block a user