Skip to content

Commit

Permalink
zblerg
Browse files Browse the repository at this point in the history
  • Loading branch information
Tagadda committed Jan 19, 2025
1 parent a189284 commit d7b57a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def user_delete(
# If the user is in this group (and it's not the primary group),
# remove the member from the group
if username != group and username in infos["members"]:
user_group_update(group, remove=username, sync_perm=False)
user_group_update(group, remove=username, sync_perm=False, force=force)

# Delete primary group if it exists (why wouldnt it exists ? because some
# epic bug happened somewhere else and only a partial removal was
Expand Down

0 comments on commit d7b57a8

Please sign in to comment.