View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0015247 | mantisbt | administration | public | 2012-11-28 23:41 | 2014-09-23 18:05 |
| Reporter | pbangdiwala | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.11 | ||||
| Target Version | 1.2.13 | Fixed in Version | 1.2.13 | ||
| Summary | 0015247: Protected account change still sends email | ||||
| Description | Changing access level on a protected account outputs the correct warning page, but also sends out an email to the user that the change WAS made. But the change WASN'T made, since it's a protected account. | ||||
| Steps To Reproduce | 1- Place an account on 'Protected' validate: | ||||
| Additional Information | I had to uncheck it, change the access level, and check 'protected' back again for it to change. Cool fix, but the email was sent. So the user has 2 emails saying the same thing. | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master-1.2.x efdb61ed 2012-11-29 04:31 Details Diff |
Don't send notif mail when updating Protected account's Access Level Prior to this, Mantis would effectively not update the protected user account's 'Access Level' field, but would still send a notification to the user informing them that the field was modified, causing confusion. The confirmation message for protected account update was reworded. Fixes 0015247 |
Affected Issues 0015247 |
|
| mod - lang/strings_english.txt | Diff File | ||
| mod - manage_user_update.php | Diff File | ||
|
MantisBT: master 37a2fee2 2012-11-29 04:31 Details Diff |
Don't send notif mail when updating Protected account's Access Level Prior to this, Mantis would effectively not update the protected user account's 'Access Level' field, but would still send a notification to the user informing them that the field was modified, causing confusion. The confirmation message for protected account update was reworded. Fixes 0015247 |
Affected Issues 0015247 |
|
| mod - lang/strings_english.txt | Diff File | ||
| mod - manage_user_update.php | Diff File | ||