I have setup a site with a login that works fine.
What I need to do is have the primary user log in
-Then he would invite about 20 max people to join with the same username that he setup. They would have full access to his database.
What is the best way to set this up?
I was thinking of allowing each new member to enter their password with the same username, and at login to check all passwords to match in order to continue.
thanks in advance