View Issue Details

IDProjectCategoryView StatusLast Update
0015247mantisbtadministrationpublic2014-09-23 18:05
Reporterpbangdiwala Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.11 
Target Version1.2.13Fixed in Version1.2.13 
Summary0015247: 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'
2- Change access level and submit
3- warning page will come up
4- user will receive the email
5- Upon entering the user page again, the access level didn't change.

validate:
6- uncheck 'Protected'
7- change access level and submit
8- access level is changed
9- user will receive a second email, saying the same as the first.

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.

TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

dregad

dregad

2012-11-29 04:41

developer   ~0034422

Thanks for the bug report, I have committed a fix which will be available in the next version of MantisBT

grangeway

grangeway

2013-04-05 17:56

reporter   ~0036113

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master-1.2.x efdb61ed

2012-11-29 04:31

dregad


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

dregad


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