Set permissions to allow unauthenticated anonymous visitors to comment

and logged-in authenticated users to edit their comments and skip approval when posting, as
well as post in the first place.

But the comment form still isn't showing up...

Ref 
This commit is contained in:
benjamin melançon 2018-12-24 21:18:40 -05:00
parent b678357c3d
commit ea1f71ca3e
2 changed files with 3 additions and 0 deletions

View file

@ -13,5 +13,6 @@ permissions:
- 'access comments'
- 'access content'
- 'access site-wide contact form'
- 'post comments'
- 'use exclude node title'
- 'use text format restricted_html'

View file

@ -16,6 +16,8 @@ permissions:
- 'access site-wide contact form'
- 'cancel account'
- 'change own username'
- 'edit own comments'
- 'post comments'
- 'skip comment approval'
- 'use exclude node title'
- 'use text format basic_html'