14 lines
343 B
Markdown
Executable file
14 lines
343 B
Markdown
Executable file
# Creating Roles
|
|
|
|
Before creating Models, we must create Roles so that we can set permissions on the Model. There are two Roles we will create:
|
|
|
|
1. Librarian
|
|
1. Library Member
|
|
|
|
To create a new Role, go to:
|
|
|
|
> Setup > Users > Role > New
|
|
|
|
<img class="screenshot" alt="Adding Roles" src="{{docs_base_url}}/assets/img/roles_creation.png">
|
|
|
|
{next}
|