This topic is locked

remind password when multiple users have same email address?

1/12/2010 8:02:55 AM
PHPRunner General questions
W
wfcentral author

I have a database where members sign up for a gym. If a family signs up there may be five members in the family... but, the DAD signs them all up and puts his email address in each family member account (since the kids don't have email addresses).
The database allows each family member to sign in and track their work-outs.
If a family member forgets their password and they enter "dad's email address" to retrieve it... the only info that comes to Dad is the first record in the database with THAT email address.
So, I guess I have to create a username for each family member and if they forget it they are in trouble...
Or, setup some elaborate child-parent relationship where the Dad OWNS the child accounts and he can log in and get their info for them?
Robert

J
Jane 1/12/2010

Robert,
I see what you're saying.

You can edit generated remind.php file and send information about all accounts (or dad's only). Unfortunately there is no easy way to do it in PHPRunner.