this post was submitted on 31 Jul 2023
16 points (94.4% liked)

Lemmy Support

4634 readers
2 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

I have setup the Lemmy backend but I can't see the backend running just only json is displaying. Lemmy ui is also setup properly but with very limited features. See the attached screenshot of the backend. I run "cargo run" command to start the Lemmy Backend

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (1 children)

You just go directly to the user’s page, and from there you can do things like ban/delete/purge.

I've created a test account, but emails didn't work to verify and now I have an account I can't resend verification and there isn't a purge button.

How exactly do you purge a user?

[–] [email protected] 1 points 1 year ago (1 children)

It's a little bit clunky, you don't have anything on the user's page but if the user has any posts you can click the 3dots menu and it's there.

If the user has no posts you may need to delete from the database directly for now. There might be an API but I'm not familiar with Lemmy's API.

[–] [email protected] 1 points 1 year ago

but if the user has any posts

They are unverified, they can't have posts.

If the user has no posts you may need to delete from the database directly for now.

Do you know by any chance how to do this in a clean way, because I tried and there have been restovers.