diff --git a/plinth/modules/users/forms.py b/plinth/modules/users/forms.py index 747777aed..0efb537a8 100644 --- a/plinth/modules/users/forms.py +++ b/plinth/modules/users/forms.py @@ -200,6 +200,7 @@ class UserUpdateForm(ValidNewUsernameCheckMixin, if commit: user.save() + self.save_m2m() output = actions.superuser_run('users', ['get-user-groups', self.username])