You are here

user.role.authenticated.yml in Drupal 10

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. config:
  5. - filter.format.basic_html
  6. module:
  7. - comment
  8. - contact
  9. - filter
  10. - search
  11. - shortcut
  12. - system
  13. id: authenticated
  14. label: 'Authenticated user'
  15. weight: 1
  16. is_admin: false
  17. permissions:
  18. - 'access comments'
  19. - 'access content'
  20. - 'access shortcuts'
  21. - 'access site-wide contact form'
  22. - 'post comments'
  23. - 'search content'
  24. - 'skip comment approval'
  25. - 'use text format basic_html'