View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011852 | mantisbt | authentication | public | 2010-04-26 16:43 | 2011-08-02 12:35 |
| Reporter | xavierblue | Assigned To | dhx | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.1 | ||||
| Target Version | 1.2.3 | Fixed in Version | 1.2.3 | ||
| Summary | 0011852: Forgotton password feature prevents admin password reset | ||||
| Description | When the forgotton password feature is turned off in config_inc.php this removes the [Forgotton Password] link from the login page. | ||||
| Steps To Reproduce | set $lost_password_feature = OFF in config_inc.php The result is that Mantis reports an e-mail has been sent to the user but it actually does not get sent by the email_api.php script. | ||||
| Additional Information | The diff for email_api.php which resolved the issue: --- core/email_api.php.old 2010-04-16 13:55:40.000000000 -0400
| ||||
| Tags | passwords, patch | ||||
|
Thanks for the patch! Works! :) |
|
|
Thanks Alex, I've committed your patch ready for the next release. |
|
|
MantisBT: master 23b1d934 2010-08-05 04:35 Details Diff |
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. |
Affected Issues 0011852 |
|
| mod - core/email_api.php | Diff File | ||
|
MantisBT: master-1.2.x 5709cc99 2010-08-05 04:35 Details Diff |
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. |
Affected Issues 0011852 |
|
| mod - core/email_api.php | Diff File | ||