User Password Reset Problem
Dear Admin
I am having a strange problem.
In my own site I have user account as well. Just like anyother user.
(I am not talking about admin account).
I forgot my password so I requested by clicking "forgot my password" and entered my username.
I received an email to reset the password. When I clicked the link, it opened my site with page stating "User Not Found".
I repeated the procedure and same effect.
I don't know what to do. My other users will be having same problem. This will put them off !
Please help ASAP.
Thanks.
User Password Reset Problem
After some research and hardwork, I found the problem. The fault was in the file "reset_password.php" which is located in the root folder.
Find
Quote:
$redirect_url = VSHARE_URL . '/login';
Replace with:
Quote:
$redirect_url = VSHARE_URL . '/login/';
The only problem was lack of trailing slash at the end of the word "login".
I hope all will get the benefit.
Thanks