Roles and Permissions

Creating new roles

Creating custom user roles and permissions in Drupal 10 involves several steps. Here's a detailed guide to help you through the process:

Log in as an administrator

Ensure you are logged in to your Drupal site as an administrator or a user with permission to administer user roles and permissions.

Create a custom role

Navigate to the Roles page

Go to the admin toolbar, click on People, then click on Roles.

Permissions

RELAXed Web Services provides two permissions: perform push replication and perform pull replication, their scope is to restrict or allow access to the endpoints defined by the module.


  • perform pull replication


This permission allow the user to get information from the endpoints using the GET and HEAD HTTP methods (if the endpoint support them). All other methods will be denied.

Users, permissions, and roles

Every visitor to your site, whether they have an account and log in or visit the site anonymously, is considered a user to Drupal. Every user also has a numeric user ID special to the type of user.

If a user is not logged in, then the user is considered an Anonymous user having user ID 0. Otherwise, the Drupal site visitor has a user id greater than 0. User ID 1 is reserved for the Administrator. This is also called the master Administrator.

Add a display to a view

You can add one or more displays to a view. Each display is a variation of the view. For example, you could start with a view that shows a page of recently modified content and then create new displays to output the same content as a block and as a feed. A display can also be modified to override any of the view parameters.

Subscribe with RSS Subscribe to RSS - Permissions