Feature #34417
closedRequire explicit confirmation when deleting a user or a project
0%
Description
It happens quite often at Planio that we have to support users who accidentally deleted something. Often, a Javascript alert box is simply dismissed by the user without actually grasping it's message, leading to unintended consequences. Especially in the case of deleted user accounts, a lot of information is lost and hard to restore from a backup.
The first patch in this issue introduces an explicit confirmation page (similar to when deleting a project) which requires to enter the login of the user to be deleted in order to confirm the deletion. It also suggests locking the user as a safer option instead and offers a button to do so.
The second patch changes the project deletion page to require the user to enter the identifier of the project to be deleted, instead of just ticking a checkbox, just to make it a bit harder to delete the wrong project by accident.
Files
Related issues
Updated by Jens Krämer almost 4 years ago
Updated by Marius BĂLTEANU almost 4 years ago
- Subject changed from require explicit confirmation when deleting a user to Require explicit confirmation when deleting a user or a project
- Target version set to Candidate for next major release
Updated by Marius BĂLTEANU almost 4 years ago
- Related to Feature #33071: Prevent accidental deletion of contents with sudo mode added
Updated by Marius BĂLTEANU almost 4 years ago
- Target version changed from Candidate for next major release to 4.2.0
Tests pass https://gitlab.com/redmine-org/redmine/-/pipelines/227153244 (except system tests, but there are other issues there).
Updated by Go MAEDA almost 4 years ago
It is a great improvement. I think there is no reason not to deliver this new feature in Redmine 4.2.0.
Updated by Go MAEDA almost 4 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patches. Thank you for your contribution.
Updated by Go MAEDA over 3 years ago
- Tracker changed from Patch to Feature
- Resolution set to Fixed
Updated by Go MAEDA over 3 years ago
- Related to Patch #35373: Improve project deletion warning text added