When trying to delete an account I simply get redirected to the start page, the account still exists and is signed in.
It doesn't delete your account, I don't have this yet. It overwrites all your comments and posts with removed. Which is the account so I can make sure it did that?
Oh ok, I didn't know that this isn't implemented yet. The one I want to get rid of is this account.
(I accidentally created two accounts, then lost access to the first one for a while, ...
the usual drama 馃檲)
Signed up after the AMA and noticed the same issue (I don't actually need the account deleted, but renaming is not an option - signed up as just michel since I'm curious if it's already taken or not)
Can it be renamed to michel-slm to match my other accounts elsewhere, or deleted and I'll start over? https://dev.lemmy.ml/u/michel
I would just make a new account, there's no renaming of accounts. I have no way of merging accts.
In that case I'll probably just keep this. I only use my first name as username in a few other places so it's special :)
Mastodon doesn't give an option to delete an account either. Is that a common theme in opensource/federated alternatives for some reason?
I don't know, we typically don't delete anything for database reasons. IE you make a community, deleting your user db row would wipe out everyone's comments, posts, etc. Or you make a comment, then deleting your user would remove all the comments under yours.
Would it be reasonable to reassign deleted Posts and Comments to a special "nobody" user ie ID: 0? this way a user could be properly deleted.
@nathgit Mastodon actually does give an option to delete your account.
Also of note. This is vital for GDPR and the Right to be Forgotten compliance.
As postgres serial ID's start at 1 I propose that a special nobody or *deleted* user be created as ID 0 or -1. when a user delete's their account all posts, comments, and messages are reassigned to this special user as well as have their content removed.
A delete account button should delete your account. If it doesn't do that at the moment, probably should change the label.
Most helpful comment
Also of note. This is vital for GDPR and the Right to be Forgotten compliance.
As postgres serial ID's start at
1I propose that a specialnobodyor*deleted*user be created as ID0or-1. when a user delete's their account all posts, comments, and messages are reassigned to this special user as well as have their content removed.