1
I'm building a closed membership site where the admin or appropriately authorized helper is adding new users. I need to be able to assign multiple groups at the time that a new user is created and also when users are edited. Users However, should not have the access to change their groups.
I know user/membership management is a key point for the next release... Hate to be impatient but this will save me and said helper many hours of adding users to groups via that Group modify page.
I've figured out how to show groups that users are a member of, but I haven't figured out how to provide radio buttons to select and assign groups while new users are created.
Anyone, done anything like this? Reg Codes and Reg Keys are an option but not the most efficient or elegant. I'm not sending out registration emails for users to validate from and I'm not allowing new users to register. I could set it up for admin or helper to use the register.php with codes or keys, but again I don't think it is the most efficient... Thoughts?
I've created the appropriate groups that I want and all I have to do is check a box for each user... How do I make the boxes on the new user and edit user screens?
Thanks