Allow self-closing of account #120
Loading…
x
Reference in New Issue
Block a user
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?
Currently, we do not allow users to close accounts themselves, because we have not implemented deleting accounts automatically on the various connected services, and doing that in a manner appropriate to the respective use cases.
To do
To help out here I collected Info on deleting accounts for each of the services I knew we served (though I'm guessing about Prosody).
tootctl
command: https://github.com/mastodon/mastodon/issues/1175prosodyctl
command which allows adding and deleting users (prosodyctl deluser JID
): https://prosody.im/doc/prosodyctllauncher
console and run some commands: https://meta.discourse.org/t/delete-my-account-with-the-console/82450gitea
command which can manage users as well. e.g.gitea admin user delete --id 123
. It's unclear whether this will remove posts as well, and I wasn't able to find any specific information on that. https://docs.gitea.com/next/administration/command-linedrone user rm [username]
: https://docs.drone.io/cli/user/drone-user-rm/This still leaves the Lightning node, and the Kosmos account itself. Not sure what else?
We're using ejabberd. I looked up the API endpoint:
https://docs.ejabberd.im/developer/ejabberd-api/admin-api/#unregister