peregrine-cms / ask

ask questions about Peregrine CMS
https://www.peregrine-cms.com
0 stars 2 forks source link

User management in the Peregrine CMS. #2

Open tsaurabh74 opened 5 years ago

tsaurabh74 commented 5 years ago

User Management

Adding new user

  1. Navigate to Users menu. http://localhost:8080/bin/users.html/

1

  1. Click to add user icon.

add user

  1. Enter Username and Password.

enter_username_and_pass

  1. Click on Create button.

create user

Grant the permissions to user

Once the user is created, the next step is giving the respective permission to the user. In the example below, we will provide the admin access to user.

  1. Navigate to browser menu. http://localhost:8080/bin/browser.html/

browser menu

  1. Click on jcr:root .

click to jcr:root

  1. Click on grant access icon.

access rules

  1. Click the plus(+) icon.

click on plus icon

  1. Enter username in ‘Principle’ block and select the jcr:all in Privileges option to give user the admin access. Based on your need you may restrict the role of user by adding the Privileges of your choice.

grant access to the user