You are here

user.role.authenticated.yml in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 8.6

config/install/user.role.authenticated.yml

File

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: -9
  7. is_admin: false
  8. permissions:
  9. - 'access content'
  10. - 'access shortcuts'
  11. - 'access sitemap'
  12. - 'access tour'
  13. - 'access user profiles'
  14. - 'bypass honeypot protection'
  15. - 'search content'
  16. - 'use text format basic_html'
  17. - userprotect.account.edit
  18. - userprotect.mail.edit
  19. - userprotect.pass.edit
  20. - 'view media'