Hi!
i have a forgetpassword page which after taking necessary user information, SETs password to 123456 and notify the user by email.
now when user enters again with default password 123456 then i am directing the user to another page on which he has to put new password of his choice.
The login page has PHPSELF to work on user inputs and if everything is ok and the password is default then
Header("Location: updatepassword.php");
will lead user to updatepassword first to going to member's area.
So, how i can take values the values like(username and password) from login page to automatically be shown in the respective text boxes on the updatepassword page?
Hope you'll ignor any spell mistakes:-)