otherwise you can manually connect to postgres and...
# troubleshooting
n
otherwise you can manually connect to postgres and set one with SQL, something like
UPDATE users SET email = 'bla@bla' WHERE user_id = 'admin';