Hi
is it possible to have more than one group as admin_group? being able to change users?
or, in alternative, how can i add one user to more than one group?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The “admin” group is just another named group. There is nothing special about it other than it has a shortcut to check that role with…
instead of just using…
so really it all depends on how YOU treat the users.
so, to allow 2 groups admin access I’d just do this… Note
is_group()can accept an array of strings also.