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

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

------------------------------------------------------------------------------
-- GETS A USER'S ENCRYPTED PASSWORD
------------------------------------------------------------------------------

SELECT encrypted_password
FROM credentials
WHERE user_id = ?




© 2015 - 2025 Weber Informatics LLC | Privacy Policy