mirror of
https://github.com/GrassrootsEconomics/cic-dw.git
synced 2025-03-14 01:09:47 +01:00
2 lines
79 B
MySQL
2 lines
79 B
MySQL
|
-- name: get-password-hash
|
||
|
SELECT password_hash from staff WHERE username = $1;
|