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
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
I had to do that earlier, and haven’t had any issues. Just make sure you remove them from both
person
andlocal_user
tables. They’re linked onperson.id
=local_user.person_id
.I exported the user’s row data from both tables before deleting them just to be cautious.
thanks for the info