Hi,
I already have a phprunner app running with lots of users.
Now, we want to implement "email activation" for both new and existing users.
For new users, it is fairly easy.
How can I verify existing users?
I have read the script and understand that verification is based on MD5 of username and password fields.
But I need to redirect users to a page so that they get a link in their mailbox & can verify email address before using the application.
Please help.