User Management

The theme comes with an out of the box user management option. To access this option ,click the "Examples(API)/Users" link in the left sidebar or add /users-list to the URL. The first thing you will see is a list of existing users. You can add new ones by clicking the "Add user" button (above the table on the right). On the Add user page, you will find a form which allows you to fill out the user`s name, email, role and password. To edit an existing user, click the button.

You can find the compoments for user functionality in src\views\examples-api\users folder.

The store used for user functionality is found in src\store\users.module.js


User List Examples

Add/Edit Examples