Marking email addresses as validated [message #21719] |
Sun, 12 December 2004 21:26 |
srchild
Messages: 88 Registered: December 2003 Location: UK
Karma: 1
|
Member |
|
|
I have copied across a few hundred users from a yahoo groups forum. Their email addresses are already validated so I don't need them to revalidate.
To simplify the process for them of getting passwords for the new FUDforum I would like to mark in the database that their email is already validated so that they get sent a password as soon as they click 'forgot password' and enter their email. Already some have got confused by it being a two step process (the clickable link for email verification, with the password arriving in a second email a few seconds later).
Is is possible to do this? I can't see where the 'pasword is verified' switch is located.
TIA
Simon Child
|
|
|
Re: Marking email addresses as validated [message #21723 is a reply to message #21719] |
Mon, 13 December 2004 15:16 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I presume you want to make password changing a one step process.
You need to modify the code inside reset.php.t not to check for reset_key and go directly to changing the password.
FUDforum Core Developer
|
|
|
Re: Marking email addresses as validated [message #21745 is a reply to message #21723] |
Tue, 14 December 2004 00:19 |
srchild
Messages: 88 Registered: December 2003 Location: UK
Karma: 1
|
Member |
|
|
Ilia wrote on Mon, 13 December 2004 15:16 |
You need to modify the code inside reset.php.t not to check for reset_key and go directly to changing the password.
|
Thanks, I've got that working now.
Simon Child
|
|
|