Lost Password Not Working

Discussion in 'aMember Pro v.4' started by rviyengar, Feb 10, 2013.

  1. rviyengar

    rviyengar New Member

    Joined:
    Jul 3, 2009
    Messages:
    8
    I have the latest version (stable version - 4.2.14.3b7ee0a). Users could not recover password from their login page. Nothing happens after clicking the 'Get Password' button. Any solution
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Well it seems that something is wrong with your installation. I can't recreate this on my local install.
    Please contact us in helpdesk and provide access info, I will check what can be wrong.
  3. rviyengar

    rviyengar New Member

    Joined:
    Jul 3, 2009
    Messages:
    8
    Alex, I got it. All I need to create nginx rewrite rule. This what I have now is: location ~* ^/members/sendpass { rewrite ^(.+)$ /members/index.php last; }

Share This Page