Documentation for reply notifications

This commit is contained in:
Pelle Nilsson 2018-07-24 20:01:19 +02:00
parent 18b1d11007
commit d80f7c4224
2 changed files with 13 additions and 0 deletions

View File

@ -77,6 +77,11 @@ data-isso-require-email
Set to `true` when spam guard is configured with `require-email = true`. Set to `true` when spam guard is configured with `require-email = true`.
data-isso-reply-notifications
-------------------
Set to `true` when reply notifications is configured with `reply-notifications = true`.
data-isso-max-comments-top and data-isso-max-comments-nested data-isso-max-comments-top and data-isso-max-comments-nested
------------------------------------------------------------ ------------------------------------------------------------

View File

@ -88,6 +88,14 @@ notify
Send notifications via SMTP on new comments with activation (if Send notifications via SMTP on new comments with activation (if
moderated) and deletion links. moderated) and deletion links.
reply-notifications
Allow users to request E-mail notifications for replies to their post.
It is highly recommended to also turn on moderation when enabling this
setting, as Isso can otherwise be easily exploited for sending spam.
Do not forget to configure the client accordingly.
log-file log-file
Log console messages to file instead of standard out. Log console messages to file instead of standard out.