User Management

The theme comes with an out of the box user management option. To access this option, click the "Examples(API)/User Management" link in the left sidebar or add /examples/user-management/list-usersto 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 user functionality can be found instores\UserStore.js

You can find the compoments for role functionality inpages\examples\user-management folder.

Once you add more users, the list will grow and for every user you will have edit and delete options.


Users Listing Component

Add/Edit User