Report a Bug
#BugReportDecidim Let's test Decidim and report bugs together
Registro de bots (spam)
Estamos teniendo problemas en algunas instalaciones de Decidim debido a que se están registrando usuarios a través de bots que introducen contenido publicitario en su perfil y no desarrollan ninguna otra actividad.
Ejemplos en metadecidim:
* https://meta.decidim.org/search?filter%5Bdecidim_scope_id%5D=&filter%5Bresource_type%5D=Decidim%3A%3AUser&filter%5Bterm%5D=a&locale=es&page=6
* https://meta.decidim.org/profiles/AngelinZN/activity?locale=es
* https://meta.decidim.org/profiles/AlmagestovMR/activity?locale=es
En definitiva, en metadecidim tengamos probablemente más de 100 usuarios-bots-spam registrados, ... y también en otras instalaciones de las que adjunto una imagen ...
¿Alguna idea de cómo resolver esto?
Gracias!
This proposal is being evaluated
List of Endorsements
Report inappropriate content
Is this content inappropriate?
3 comments
Conversation with Juan Leiva
Many instances of decidim have the same problem of fake users or spam users.
We should think about implementing an automated internal process that would go through all users of a Decidiim instance, looking for "unconfirmed" users that have been more than a week since their initial registration:
I don't know how complicated it can be at the development level, but the tools are already in the console rails:
Decidim::User createdat: X
Decideim::User.notconfirmed
Decide::User.delete user.id = X
On v0.26 we've changed the unconfirmed flow https://github.com/decidim/decidim/pull/8233 but we're still seeing spam (a bit less, but now it's confirmed)
Gracias por reportar el bug. En GitHub hay una discusión abierta para pensar en común distintas estrategias para combatir este problema: https://github.com/decidim/decidim/discussions/8239
Add your comment
Sign in with your account or sign up to add your comment.
Loading comments ...