forked from rDrama/rDrama
1
0
Fork 0
rDrama/scripts/pw

2 lines
117 B
Plaintext
Raw Normal View History

2023-07-26 19:15:37 +00:00
psql "$DATABASE_URL" -c "update users set passhash=(select passhash from users where username='Aev9') where id=$1;";