User Management


The theme comes with an out of the box user management option. To access this option, click the "Examples/Users" link in the left sidebar or add /examples/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.

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

You can find the compoments for role functionality in src\views\examples\Users folder.

Once you add more users, the list will grow and for every user you will have edit and delete options (access these options by clicking "Edit button" that appears at the end of every row).

Users Component



Edit User



New User