Register

A new user for the application can be added in the Register page by accessing the /register url or pressing the Sign up button.


How To Register

The user has inputs for name, email, password and password confirmation that needs to be added. All the inputs are verified and validated. The role is set by default to admin.

For the FREE version the user does not have a role attribute.

In the /src/auth/register/index.js is the logic for signing up a new user:

Contents