mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
users: Fix creating a group
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
396e086727
commit
f39e82d893
@ -87,8 +87,8 @@ def _diagnose_ldap_entry(search_item):
|
|||||||
|
|
||||||
|
|
||||||
def add_group(group):
|
def add_group(group):
|
||||||
actions.superuser_run("users", options=["add-group", group])
|
actions.superuser_run('users', options=['create-group', group])
|
||||||
|
|
||||||
|
|
||||||
def remove_group(group):
|
def remove_group(group):
|
||||||
actions.superuser_run("users", options=["remove-group", group])
|
actions.superuser_run('users', options=['remove-group', group])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user