+ Reply to Thread
Results 1 to 3 of 3

Thread: User Password Reset Problem Fixed (vShare 2.7)

  1. #1
    faceknock is offline Member
    Join Date
    May 2009
    Posts
    37

    Wink User Password Reset Problem Fixed (vShare 2.7)

    Dear All,

    I found a problem in the script (vShare 2.7) when a user forgets his password and request the password resetting, an email is sent with verification link. When the user clicks that, the site opens with an annoying statement: "User Not Found".

    After some research and hardwork, I found the problem. It would seem to be a very minor when you will read the fix below, but when it occurs to you, it can be quite hard to find the real reason quickly enough.

    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". Thats it! So small fix but caused lot of problem.

    I hope all will get the benefit.

    Thanks

  2. #2
    ramius is offline Senior Member
    Join Date
    Jan 2008
    Posts
    227

    Default

    Thank you, very kind for sharing..

  3. #3
    Quantum is offline Junior Member
    Join Date
    Jan 2010
    Location
    On the Net
    Posts
    22

    Default

    Thanks alot for this small but important update. i have been wondering what the problem can possibly be.

    this helps alot.
    Check out all teen amateur videos from youtube, myspace, GFs and more.
    http://www.freakexpose.net/

+ Reply to Thread

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