admin/accounts/delete returns NO_SUCH_USER #329
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Can't delete a user on my instance through admin panel. Endpoint returns
seems like there are some accounts in a limbo state, that are marked as deleted but still show up?
Workaround is to update the is deleted field in the database manually to false.
EDIT: just fyi: the account in question still could login
I think this effect is because some places in the backend do not properly check the
isDeleted
field.The part of accounts being not fully deleted might be fixed by #320, although I'm unsure whether that is the issue here.