diff options
author | Anonymous <anon@anon.com> | 2024-11-12 22:24:02 +0100 |
---|---|---|
committer | Anonymous <anon@anon.com> | 2024-11-12 22:24:02 +0100 |
commit | 47b558cd2040d90631a33a8279234ba992647db8 (patch) | |
tree | 65cd1dab20bd5b83814bca9b17f5690d3dd54164 /social.krebsco.de.md | |
parent | f72dccb0773b1140843b418cd21a1bc65a1b68ec (diff) |
Created social.krebsco.de (markdown)
Diffstat (limited to 'social.krebsco.de.md')
-rw-r--r-- | social.krebsco.de.md | 9 |
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 |