mirror of
https://github.com/GrassrootsEconomics/cic-dw.git
synced 2025-02-12 23:04:10 +01:00
2 lines
79 B
SQL
2 lines
79 B
SQL
-- name: get-password-hash
|
|
SELECT password_hash from staff WHERE username = $1; |