From cd9dda010d44ecf67a12062f58bd22ca1e6a8571 Mon Sep 17 00:00:00 2001 From: Benjamin Takats Date: Wed, 21 Dec 2022 17:17:29 +0100 Subject: [PATCH] anon comments disabled --- config/comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/comments.php b/config/comments.php index a8199f7a..732f6c3f 100644 --- a/config/comments.php +++ b/config/comments.php @@ -24,7 +24,7 @@ return [ * You can allow guests to post comments. They will not be able to use * reactions. */ - 'allow_anonymous_comments' => true, + 'allow_anonymous_comments' => false, /* * A comment transformer is a class that will transform the comment text