Join Discord
Powered by
otherwise you can manually connect to postgres and...
# troubleshooting
n
nitnelave
05/16/2023, 1:13 AM
otherwise you can manually connect to postgres and set one with SQL, something like
UPDATE users SET email = 'bla@bla' WHERE user_id = 'admin';
Previous
Next