this post was submitted on 10 Jun 2023
7 points (100.0% liked)

Lemmy Support

4651 readers
1 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 6 years ago
MODERATORS
 

Someone did a mistake while creating his account and i want to delete the account from database so he can create a new account with the same username

you are viewing a single comment's thread
view the rest of the comments
[โ€“] ptz@dubvee.org 2 points 2 years ago (1 children)

I had to do that earlier, and haven't had any issues. Just make sure you remove them from both person and local_user tables. They're linked on person.id = local_user.person_id.

I exported the user's row data from both tables before deleting them just to be cautious.

[โ€“] soeren@iusearchlinux.fyi 1 points 2 years ago

thanks for the info