Regarding my previous question
My goal is to add some user in a group when register. I do this with condition.
The problem is if I want to remove the user from that group.
Because I set the condition if username isn't empty add this user to group and if I remove the user for the group the condtion put the user to that group again.
Is there any way to do this?
Thanks