You are here

user.role.authenticated.yml in Drupal 8

core/profiles/standard/config/install/user.role.authenticated.yml

File

core/profiles/standard/config/install/user.role.authenticated.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. id: authenticated
  5. label: 'Authenticated user'
  6. weight: 1
  7. is_admin: false
  8. permissions:
  9. - 'access comments'
  10. - 'access content'
  11. - 'access shortcuts'
  12. - 'access site-wide contact form'
  13. - 'post comments'
  14. - 'search content'
  15. - 'skip comment approval'
  16. - 'use text format basic_html'