Skip to content
On this page

User Management

The user management system allows you to create and manage users for your application. You can create multiple user roles and assign them to different users. You can also assign permissions to the user roles to control which users can access which pages in your application.

User List

User List

The user list allows you to view the list of users in your application. You can also create new users and edit existing users. You can also delete users from the list.

CRUD Operations

Creating a user

To create a user, follow these steps:

  1. Navigate to the User List page
  2. Click the Add User button
  3. Enter a username, fullname, email, phone number, select roles and status for the user
  4. The default password for the user is abc123
  5. Click the Save button

Editing a user

To edit a user, follow these steps:

  1. Navigate to the User List page
  2. Click the Pencil Icon on the user you want to edit
  3. Edit the username, fullname, email, phone number, select roles and status for the user
  4. Click the Save button

Deleting a user

To delete a user, follow these steps:

  1. Navigate to the User List page
  2. Click the Trash Icon on the user you want to delete
  3. Click the Yes button on the confirmation dialog

Creating a user role

To create a user role, follow these steps:

  1. Navigate to the User List page
  2. In Add and Edit User dialog, click the Add Role button at top right of Roles section
  3. Enter a name and description for the role
  4. Click the Save button

Released under the MIT License.