Not quite sure how to manage Users and Roles

I am following the Frappe tutorial here
DocType Features

At the bottom of the page:
You can test this by creating a new User that has the **Librarian** role, and another User that has the **Library Member** role. Login with each user, and see what actions are allowed.

I cannot figure out how to create users for Librarian and Library Member role. As when I create a new user, I cannot select any Role in the Role Profile.

Edit:
Is it I cannot assign a role to a user directly, but I must create a role profile and add the role in role profile?

Hi,

First save the user without assigning any role profile or role.

After that you can assign the role directly. If you like to create role profiles, you can create the same and add the roles to it.

Thanks,

Divyesh M.

1 Like

Create user without assigning role profile works, I thought the role profile is mandatory. Thanks!