From 47b558cd2040d90631a33a8279234ba992647db8 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Tue, 12 Nov 2024 22:24:02 +0100 Subject: Created social.krebsco.de (markdown) --- social.krebsco.de.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 social.krebsco.de.md diff --git a/social.krebsco.de.md b/social.krebsco.de.md new file mode 100644 index 0000000..1125234 --- /dev/null +++ b/social.krebsco.de.md @@ -0,0 +1,9 @@ +to get a new account: login into root@hotdog.r and run: +``` +create-mastodon-user $USER +``` + +if you have outstanding mail confirmations you can fix them by writing to the DB directly with: +``` +sudo -u postgres -i psql mastodon -c 'UPDATE users SET confirmed_at = NOW() WHERE confirmed_at is NULL;' +``` \ No newline at end of file -- cgit v1.2.3