Skip to content

Add confirmation dialog when blocking or deleting a user #3930

Open
@gtsiolis

Description

@gtsiolis

Problem to solve

Currently, when you try to block or delete a user from the Admin Area the action is performed immediately without waiting for any further user confirmation. This can surprize the admin user as well as be more prone to accidental errors.

Proposal

Add a confirmation dialog when an admin user tries to block or delete a user from the admin area /admin.

Designs

For blocking a user:

  1. Modal title: Block User
  2. Modal body: Are you sure you want to block this user?
  3. Modal actions: Cancel, Block User (primary, danger button)

For deleting a user:

  1. Modal title: Delete User
  2. Modal body: Are you sure you want to delete this user?
  3. Modal actions: Cancel, Delete User (primary, danger button)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions