Manage Accounts

Manage Accounts

Manage Accounts is the operational core of the Users module. It is where admins search, filter, review, and act on accounts.

Main areas

  • Create shortcut in the breadcrumb area.
  • Filter form with keywords and status, synced into the route.
  • Bulk action support for actions such as Ban, Unban, and Delete.
  • Data table with account name, status badge, username, email, mobile, roles, and row actions.
  • Password reset modal with either automatic password generation or manual password entry.

Common workflow

  1. Filter the list by keyword and status.
  2. Open User Detail for a full review when needed.
  3. Use Update for profile or role changes.
  4. Use bulk actions only after narrowing the list to the intended account set.
  5. Reset passwords from this screen when account recovery is needed.

Operational notes

  • Available actions depend on permission rules such as user.view, user.update, user.password, and user.delete.
  • Some actions are also constrained by account level checks to avoid over-privileged changes.
  • Self-account operations are not exposed in the same way as actions on other users.