From 8cc3513a8a0f9bee19bff09ab603c8699fe71e55 Mon Sep 17 00:00:00 2001 From: Markos Gogoulos Date: Wed, 2 Oct 2024 15:57:19 +0300 Subject: [PATCH] docs --- docs/admins_docs.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/admins_docs.md b/docs/admins_docs.md index aa6273a..68ae73d 100644 --- a/docs/admins_docs.md +++ b/docs/admins_docs.md @@ -479,6 +479,16 @@ Whether or not to enable generation of a sitemap file at http://your_installatio GENERATE_SITEMAP = False ``` + +### 5.25 Control who can add comments + +By default `CAN_COMMENT = "all"` means that all registered users can add comment. Other valid options are: + +- **email_verified**, a user not only has to register an account but also verify the email (by clicking the link sent upon registration). Apparently email configuration need to work, otherise users won't receive emails. + +- **advancedUser**, only users that are marked as advanced users can add comment. Admins or MediaCMS managers can make users advanced users by editing their profile and selecting advancedUser. + + ## 6. Manage pages to be written