Allow anonymous users to post comments

This commit is contained in:
Clayton Dewey 2019-08-30 11:04:32 -06:00
parent 96963ce975
commit 559c11040a

View file

@ -9,6 +9,7 @@ label: 'anonymous 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'
@ -19,6 +20,7 @@ permissions:
- 'count ad clicks' - 'count ad clicks'
- 'count ad impressions' - 'count ad impressions'
- 'diff view changes' - 'diff view changes'
- 'post comments'
- 'search Google CSE' - 'search Google CSE'
- 'search content' - 'search content'
- 'use text format 1' - 'use text format 1'