View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0032464 | mantisbt | code cleanup | public | 2023-04-29 23:32 | 2025-10-19 05:04 |
| Reporter | vboctor | Assigned To | vboctor | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.25.7 | ||||
| Target Version | 2.26.0 | Fixed in Version | 2.26.0 | ||
| Summary | 0032464: Implement UserUpdateCommand | ||||
| Description | Implement UserUpdateCommand and use it from the appropriate places in the code. | ||||
| Tags | No tags attached. | ||||
| related to | 0027130 | closed | vboctor | change username via rest api |
| related to | 0024757 | closed | vboctor | To move a user to disabled |
| related to | 0020647 | closed | vboctor | Not able to update existing user accounts if $g_email_ensure_unique == ON |
| related to | 0034566 | closed | dregad | The "realname" field is cleared after a user is updated. |
| related to | 0036509 | confirmed | Account Update does not use UserUpdateCommand | |
| child of | 0032465 | closed | vboctor | REST API: User Update API |
|
MantisBT: master c64f0516 2023-04-29 23:33 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 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 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 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 Details Diff |
Authorization update to UserUpdateCommand Fixes 0032464 |
Affected Issues 0032464 |
|
| mod - core/commands/UserUpdateCommand.php | Diff File | ||