Hi all,
I am working on an application and am looking for suggestions on how to handle logins.
Ideally, the new user will create an account with their login as their email and a password. They will also associate themselves with the company they work for. They would be the "Admin" as their role for their company. As the admin, they could create new accounts for members of their their company with email addresses and passwords. They can than assign a specific role. Any of the users in the company could only see the other members in their company.
What would be some suggestions on how to use phprunner that once the person has created their admin account, they could create new users under the same company.
Thanks for any input.