feat: service/controller prototype
This commit is contained in:
@@ -46,7 +46,7 @@ WHERE
|
||||
users.verified IS TRUE AND -- Verified
|
||||
users.deleted IS FALSE AND -- Not deleted
|
||||
banned.user_id IS NULL AND -- Not banned
|
||||
linfo.password_hash = crypt($2, linfo.password_hash); -- Password hash matches
|
||||
linfo.password_hash = crypt(@password::text, linfo.password_hash); -- Password hash matches
|
||||
|
||||
--: }}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user