Vayu Robins Posted July 17, 2015 Share Posted July 17, 2015 Hi. I am using the ForgotPassword module on the front-end. It works great, except we have some trouble with users not getting correct feedback, if they open the reset password link in a different browser. I would like to request that some sort of message be displayed to those user who did not read the instructions and open the link in a different browser. Here is a sample of a modified code in the ForgotPassword.module: public function ___execute() { if($this->user->isLoggedin()){ $this->error($this->_("Unable to complete password reset. Please make sure you are on the same computer and in the same web browser that you originally submitted your request from.")); return; } } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now