credcheck v4.1 has been releasedDurban, South Africa - October 19, 2025 PostgreSQL credcheck extensionThe credcheck PostgreSQL extension provides few general credential checks, which will be evaluated during the user creation, during the password change and user renaming. By using this extension, we can define a set of rules: - allow a specific set of credentials
- reject a certain type of credentials
- deny password that can be easily cracked
- enforce use of an expiration date with a minimum of day for a password
- define a password reuse policy
- define the number of authentication failure allowed before a user is banned
- define a delay on authentication failures
- force users to change their password after first login
- throw a warning N days before when the password user is about to expire
Release 4.1 has been published, it includes the following new features: The release note of version 3.0 has never been published so we summarize here the new feature brings by this version. Add new configuration variable to exclude some users from being banned. With credcheck.whitelist_auth_failure you can set a whitelist of usernames that must be excluded from this behavior. Example of use: credcheck.whitelist_auth_failure = 'appuser1,appuser2'
Upgrade require a PostgreSQL restart to reload the credcheck library. Complete list of changes is available here Links & Creditscredcheck is an open project under the PostgreSQL license maintained by HexaCluster. Any contribution to build a better tool is welcome. You can send your ideas, features requests or patches using the GitHub tools. Links : About credcheckThe credcheck extension is an original work of MigOps Inc, Since MigOPs is closed the extension is developed and maintained by Gilles Darold at https://hexacluster.ai. If you need more information please https://hexacluster.ai/contact-us/. Documentation at https://github.com/HexaCluster/credcheck#readme |