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
Createshortcut in the breadcrumb area.- Filter form with
keywordsandstatus, synced into the route. Bulk actionsupport for actions such asBan,Unban, andDelete.- 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
- Filter the list by keyword and status.
- Open
User Detailfor a full review when needed. - Use
Updatefor profile or role changes. - Use bulk actions only after narrowing the list to the intended account set.
- 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, anduser.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.

