MantisBT: master 23b1d934

Author Committer Branch Timestamp Parent
dhx dhx master 2010-08-05 04:35 master bfc9e9ff
Affected Issues  0011852: Forgotton password feature prevents admin password reset
Changeset

Fix 0011852: Forgotton password feature prevents admin password reset

When the forgotton password feature is turned off in config_inc.php this
removes the [Forgotton Password] link from the login page.
It also has the unintented side effect of preventing e-mails being sent
out for a password reset through the Management console.
This is caused by the use of 'lost_password_feature' in an if clause in
email_api.php.

Thanks to Alex Russell (xavierblue) for this patch.

mod - core/email_api.php Diff File