BigDale123

@BigDale123@lemmy.coeus.icu
5 Post – 6 Comments
Joined 1 years ago

I use sync but relay is solid

You must not use the code of codes!

That is true, but because of the recent spam wave there is also an issue to re-add captcha. https://github.com/LemmyNet/lemmy/issues/3200

We'll just have to see how it all shakes out.

Any tips on how to get rid of all the spam accounts? I have been affected by this as well and thankfully captcha stopped them, but about 100 bots signed up before I could stop.

Normally i'd just look through all the accounts and pick out the 4 or so users that are real. But there is no apparent way to view every user account as an admin.

Edit: There is a relevant issue open on the lemmy-ui repo, for those interested: https://github.com/LemmyNet/lemmy-ui/issues/456

4 more...

I did manage to get a list of all users without a verified email using a postgress command, but sadly no, I can not figure out how to use the PurgePerson or AdminPurgePerson endpoints that are "described" in the documentation. I ended up just writing a small python script to ban all of them for now until I can figure out how to purge them.

It's extra tough because user management in Lemmy is tied to posts and comments right now. Since none of the spam accounts have made posts, there's no way in the UI to purge their accounts.

I don't think tags exist yet, but I do think I remember there being an issue on GitHub for them.

EDIT: Found the "original" issue, there's quite a few duplicates. https://github.com/LemmyNet/lemmy/issues/317