Use group_add_user, etc. functions in more places
The admin 'manage groups' and user profile pages added users to groups
by changing the group_member table directly rather than using
group_add_user and friends. It's cleaner to keep this code in one
place, in case we want to make changes to the group_member tables
later.
Change-Id: I687764fb25e8924a3da85da7494cd3fbcad53bc1
Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
Please register or sign in to comment