experiment-service_controller_pattern #1
@@ -74,7 +74,7 @@ WHERE users.username = $1;
|
||||
|
||||
--: Login Information Object {{{
|
||||
|
||||
;-- name: CreateLoginInformation :on
|
||||
;-- name: CreateLoginInformation :one
|
||||
INSERT INTO login_informations(user_id, email, password_hash)
|
||||
VALUES ( $1, $2, crypt(@password::text, gen_salt('bf')) ) RETURNING *;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user