Results 1 to 2 of 2

Thread: User Password Reset Problem

  1. #1

    Unhappy 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.
    Last edited by faceknock; 10-25-2009 at 01:22 AM.

  2. #2

    Wink 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

    $redirect_url = VSHARE_URL . '/login';
    Replace with:

    $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

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •