Allow authenticated users to comment

This commit is contained in:
Clayton Dewey 2019-08-30 11:05:37 -06:00
parent 559c11040a
commit efb2989e7f

View file

@ -9,6 +9,7 @@ label: 'authenticated user'
weight: 0 weight: 0
is_admin: false is_admin: false
permissions: permissions:
- 'access comments'
- 'access content' - 'access content'
- 'access forward' - 'access forward'
- 'access news feeds' - 'access news feeds'
@ -26,6 +27,7 @@ permissions:
- 'edit own blog content' - 'edit own blog content'
- 'edit own forum content' - 'edit own forum content'
- 'edit own weblinks' - 'edit own weblinks'
- 'post comments'
- 'search content' - 'search content'
- 'use text format 1' - 'use text format 1'
- 'use text format 3' - 'use text format 3'