summaryrefslogtreecommitdiffstats
path: root/social.krebsco.de.md
diff options
context:
space:
mode:
Diffstat (limited to 'social.krebsco.de.md')
-rw-r--r--social.krebsco.de.md9
1 files changed, 9 insertions, 0 deletions
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