-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add autoblock spam users feature #299
Comments
Just to add more context: we are half-way developing this, either we include it here or in a standalone module, but we'd like it here best ;) |
Please make a PR, we'll discuss the implementation there, but we are open to it! |
The list to review autoblocked users I assume should be the regular one at /admin/moderated_users?blocked=true but with some kind of filter? @entantoencuanto says the actual filter "Motivo denuncia" can't be overridden but ¿maybe we can add another filter condition like "Awesome autoblocked"? The alternative is to add CSV of autoblocked users in the email & link to /admin/moderated_users?blocked=true without any filter and admin could manually check. |
I agree that we should mark the motive as "auto-blocked" and the user should be able to reclaim a false positive don't you think? Btw, I would change whitelist/blacklist for safelist/blocklist |
Updated the README to reflect changes introduced with the PR for the Autoblock feature: decidim-ice#305, addressing issue decidim-ice#299.
Is your feature request related to a problem? Please describe.
Related to the known "fake/spam users" problem. Human/bots users create a profile, fill in the personal URL and bio, and then do nothing on the website, or sometimes post some content. See an initial proposal for more context.
Product implemented some improvements but the main problem (autoblock spam users) remain unresolved.
Describe the solution you'd like
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)
Rule criteria (admin can define how many conditions should being met to apply autoblock):
Whitelist rules:
Describe alternatives you've considered
Additional context
Possible UI (WIP)
Example whitelist settings (5) that could be activated or edited:
The text was updated successfully, but these errors were encountered: