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 #32
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 comments'
- 'access content' - 'access content'
- 'access site-wide contact form' - 'access site-wide contact form'
- 'post comments'
- 'use exclude node title' - 'use exclude node title'
- 'use text format restricted_html' - 'use text format restricted_html'

View file

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