This topic is locked

How to redirect to a specific page - via an email link

4/30/2008 11:06:56 AM
PHPRunner General questions
L
Lisa2006 author

Hi Forum,
I have the following requirement.
I send the user an email which provides a link to a specific page.

i.e.
I want the user to click on the email link and be directed to the appropriate page without the need to login. I understand that somewhere the users credentials would need to be used to login.
I'm not sure how this is done and would appreciate your help and support.
Thanks in advance
Lisa

Sergey Kornilov admin 5/1/2008

Lisa,
I would suggest to add username/password to the URL and use BeforeProcess event of Login page to check credentials. If username/password are correct you populate $_SESSION["UserID"] variable and redirect user to the edit page.