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
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.
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; }