All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.aroma.sql.queries.check_credential_exists.sql Maven / Gradle / Ivy

------------------------------------------------------------------------------
-- CHECKS WHETHER A USER'S CREDENTIALS EXIST
------------------------------------------------------------------------------

SELECT count(encrypted_password) > 0
FROM credentials
WHERE user_id = ?




© 2015 - 2025 Weber Informatics LLC | Privacy Policy