123456789-- select user id and credentialsSELECT u.id, u.password_hashFROM public.user_account AS uWHERE u.email = $1::text;