Validate user groups

This commit is contained in:
GeorgianaElena
2019-07-01 11:18:38 +03:00
parent 58bc480b6c
commit 323847aa51

View File

@@ -21,7 +21,7 @@ class UserCreatingSpawner(SystemdSpawner):
FIXME: Remove this somehow? FIXME: Remove this somehow?
""" """
user_groups = Dict(config=True) user_groups = Dict(key_trait=Unicode(), value_trait=List(Unicode(), config=True))
def start(self): def start(self):
""" """