Users, roles, and permissions
In order to log in to your Drupal 8 site, you will need a user account.
A site maintenance account was created automatically when you installed Drupal, and the user can perform all actions on this site. You may hear this user referred to as user 1
, which is a reference to the user ID in the database.
A user is another form of entity, and like all other entity types, this means that you can add fields to the user definition in order to include more information in the user account such as forename, surname, and telephone number.
Each user is assigned one or more roles, and roles have permissions attached to determine exactly what the user is permitted to do when logged into the site. Standard roles are:
Anonymous user: Assigned to anyone not logged into the site—visitors
Authenticated user: This is assigned to anyone logged in to the site
Administrator: This is for site owners, site maintainers, and site builders
You can, and most likely will, create additional roles...