mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Validate user groups
This commit is contained in:
@@ -21,7 +21,7 @@ class UserCreatingSpawner(SystemdSpawner):
|
||||
|
||||
FIXME: Remove this somehow?
|
||||
"""
|
||||
user_groups = Dict(config=True)
|
||||
user_groups = Dict(key_trait=Unicode(), value_trait=List(Unicode(), config=True))
|
||||
|
||||
def start(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user