How to redirect to my home page from forget password in the FEU
Posted: Mon Oct 22, 2007 11:16 pm
When user ends process of forget password (sending mail to user, then going to site, then user must enter his new password) he goes on login page with form with username and password. I wish to make that user goes on home page or some other page on the site because I put login form in header of the site.
I found these code in the FronEndUsers.module.php.
but after many tries to replace this code I didn't success. If someone have done that or knows how to do that pls help.
I found these code in the FronEndUsers.module.php.
Code: Select all
// and display a nice warm fuzzy message
// todo
$this->myRedirect( $id, 'default', $returnid );
break;