I want to change a user from one role to another and what I do is to remove it from the current role and then insert it to the new one. For this I use "RemoveUserFromRole" and "AddUserToRole" methods, but I get an error saying that I do not have enough privilegies for the UsersInRoles table at the moment of removing the user; however, the user has all privilegies, except that such a user is not the owner of the table. Does the user have to be the owner of the UsersInRoles table?
Regards,
Jorge Maldonado