Skip to content

Resolve "New design for user deletion confirmation in admin area"

What does this MR do?

When deleting a user as admin, we should be using a modal instead of a confirmation dialog.

  • Add a Vue component for the modal that supports
  • Entering the user's name before doing any action
  • Allows admin to delete user or delete user and contributions
  • Alternatively allows admin to block user
  • On /admin/users/ and /admin/users/:username
  • Update text to reflect design
  • Show appropriate modal when using dropdown for particular user

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

users-list user-show delete-user delete-contributions delete-user

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #41301 (closed)

Edited by Shah El-Rahman

Merge request reports