ezidam/crates/database/queries/users/set_password.sql

5 lines
No EOL
45 B
SQL

update users
set password = ?
where id is ?