summaryrefslogtreecommitdiffstats
path: root/social.krebsco.de.md
blob: 11252341acd33930cc27b9c2a229c4a2c1877364 (plain)
1
2
3
4
5
6
7
8
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;'
```