View Issue Details

IDProjectCategoryView StatusLast Update
0037012mantisbtapi restpublic2026-04-23 01:35
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2.28.0 
Target Version2.29.0Fixed in Version2.29.0 
Summary0037012: User self deletion doesn't work in REST API
Description

This is allowed via UI, but not REST API.

TagsNo tags attached.

Activities

Related Changesets

MantisBT: master 716b7b0a

2026-04-11 00:33

vboctor


Details Diff
REST API: Fix user self deletion.

Fixes 0037012
Affected Issues
0037012
mod - core/commands/UserDeleteCommand.php Diff File

MantisBT: master c2caedc7

2026-04-11 00:34

vboctor


Details Diff
Update user delete to use UserDeleteCommand

Fixes 0037012
Affected Issues
0037012
mod - account_delete.php Diff File

MantisBT: master 2c6f1125

2026-04-11 00:36

vboctor


Details Diff
REST API: Test cases for user self deletion

Fixes 0037012
Affected Issues
0037012
mod - tests/rest/RestUserTest.php Diff File

MantisBT: master c7a96d3a

2026-04-23 01:35

vboctor

Committer: community


Details Diff
Merge pull request #2205 from vboctor/issue37012_use_user_delete_cmd

Fix REST API user self deletion + update web UI to use REST API

Fixes 0037012
Affected Issues
0037012
mod - account_delete.php Diff File
mod - core/commands/UserDeleteCommand.php Diff File
mod - tests/rest/RestUserTest.php Diff File