I was wondering if there is anyway to create a form that allows members of the site to add members just as the site admin does. Here is what I want to do: An individual purchases a subscription for ththeir organization. This person is the super-admin user. Then when they login to the site they can add sub-users under their account. The users they add would have their own username and password, but their access to the site would be linked to the original super-admin user. Thus if the original super-admin users access expires, non of the sub-users can login. When a person attempts to login to the site a field in the DB tells the code to check the expiration of the super-admin user to allow access. I can easily create a form that allows a member to add users into the DB. But the problem is the encrypted password and setting the link to check the expiration date. Any help or advice would be great. P.S. - Alex, you are doing great. This is my second site I am launching with amember and have been using it since 2008. Keep up the good work. Ryan
In 3.x there was a plugin called 'sub users'. I dont think this has been ported to 4.x yet? Alex? David