You are here

maillog.permissions.yml in Maillog / Mail Developer 8

File

maillog.permissions.yml
View source
  1. # @file
  2. # Custom user permissions for the Maillog module.
  3. view maillog:
  4. title: 'View Maillog'
  5. description: 'Allow users to view messages when being sent and all previously sent and logged mails.'
  6. restrict access: true
  7. delete maillog:
  8. title: 'Delete entries from the log'
  9. description: 'Allow users to delete logged mails.'
  10. restrict access: true
  11. administer maillog:
  12. title: 'Administer Maillog'
  13. description: 'Allow users to change Maillog settings'
  14. restrict access: true