Antananarivo, Madagascar - August 07, 2024

## PostgreSQL credcheck extension

The 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

Release 2.8 has been published, it adds the compatibility with PostgreSQL 17
and shows current credcheck settings in error messageis.

Upgrade require a PostgreSQL restart to reload the credcheck library.

Complete list of changes is available 
[here](https://github.com/MigOpsRepos/credcheck/releases/tag/v2.8)

## Links & Credits

credcheck is an open project under the PostgreSQL license created at [MigOps 
Inc](https://migops.com/).
Any contribution to build a better tool is welcome. You can send your ideas, 
features requests or patches
using the GitHub tools.

**Links :**

* Download:  
[https://github.com/MigOpsRepos/credcheck/releases/](https://github.com/MigOpsRepos/credcheck/releases/)
* Support: use GitHub report tool at 
[https://github.com/MigOpsRepos/credcheck/issues](https://github.com/MigOpsRepos/credcheck/issues)

## About credcheck

The credcheck extension is an original work of MigOps Inc, Since MigOPs is 
closed the extension is developped and maintained by Gilles Darold at 
[HexaCluster Corp](https://hexacluster.ai). If you need more information please 
[contact us](https://hexacluster.ai/contact-us/).

Documentation at 
[https://github.com/MigOpsRepos/credcheck#readme](https://github.com/MigOpsRepos/credcheck#readme)

Reply via email to