View Issue Details

IDProjectCategoryView StatusLast Update
0032464mantisbtcode cleanuppublic2023-10-31 16:32
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version2.25.7 
Target Version2.26.0Fixed in Version2.26.0 
Summary0032464: Implement UserUpdateCommand
Description

Implement UserUpdateCommand and use it from the appropriate places in the code.

TagsNo tags attached.

Relationships

related to 0027130 closedvboctor change username via rest api 
related to 0024757 closedvboctor To move a user to disabled 
related to 0020647 closedvboctor Not able to update existing user accounts if $g_email_ensure_unique == ON 
child of 0032465 closedvboctor REST API: User Update API 

Activities

vboctor

vboctor

2023-04-30 00:01

manager   ~0067728

Last edited: 2023-04-30 03:29

PR: https://github.com/mantisbt/mantisbt/pull/1885

Related Changesets

MantisBT: master c64f0516

2023-04-29 23:33

vboctor


Details Diff
Implement UserUpdateCommand

Fixes 0032464
Affected Issues
0032464
mod - api/soap/mc_api.php Diff File
add - core/commands/UserUpdateCommand.php Diff File
mod - core/email_api.php Diff File

MantisBT: master 09441d7f

2023-04-29 23:33

vboctor


Details Diff
Use UserUpdateCommand from Web UI

Fixes 0032464
Affected Issues
0032464
mod - lang/strings_english.txt Diff File
mod - manage_user_update.php Diff File

MantisBT: master 3db9463f

2023-04-29 23:47

vboctor


Details Diff
Include header files missing for Web UI usage

Fixes 0032464
Affected Issues
0032464
mod - core/commands/UserUpdateCommand.php Diff File

MantisBT: master f408ea65

2023-04-29 23:57

vboctor


Details Diff
Honor email notification flag in Web UI

Fixes 0032464
Affected Issues
0032464
mod - core/commands/UserUpdateCommand.php Diff File
mod - core/email_api.php Diff File
mod - manage_user_update.php Diff File

MantisBT: master e500a27d

2023-04-30 00:16

vboctor


Details Diff
Authorization update to UserUpdateCommand

Fixes 0032464
Affected Issues
0032464
mod - core/commands/UserUpdateCommand.php Diff File