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;' ```