diff --git a/_data/sidebar.yml b/_data/sidebar.yml index 798d37e..cb8f8c0 100644 --- a/_data/sidebar.yml +++ b/_data/sidebar.yml @@ -51,3 +51,6 @@ children: - title: Weighted voting url: /features/weighted_voting.html + + - title: Autoblock spam users + url: /features/autoblock_spam_users.html \ No newline at end of file diff --git a/assets/images/features/autoblock.png b/assets/images/features/autoblock.png new file mode 100644 index 0000000..c0cc8cc Binary files /dev/null and b/assets/images/features/autoblock.png differ diff --git a/assets/images/features/whitelist.png b/assets/images/features/whitelist.png new file mode 100644 index 0000000..a8c4a8d Binary files /dev/null and b/assets/images/features/whitelist.png differ diff --git a/features/autoblock_spam_users.html b/features/autoblock_spam_users.html new file mode 100644 index 0000000..fb810fd --- /dev/null +++ b/features/autoblock_spam_users.html @@ -0,0 +1,18 @@ +--- +layout: tweaks +image: /assets/images/features/autoblock.png +image1: /assets/images/features/whitelist.png +--- + + +

Autoblock spam users

+

In order to prevent illicit content (spam messages) from being published on the platform, a mechanism will be implemented to auto-block users. When a user is blocked, their content becomes inaccessible (if they are unblocked, it is accessible again).

+Autoblock + +Autoblock whitelist \ No newline at end of file