credcheck v1.2.0 released

From: MigOps via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: credcheck v1.2.0 released
Date: 2023-05-16 07:26:31
Message-ID: 168422199128.720.6118350825628330839@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

May 13, 2023

## 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
* enforce use of an expiration date with a minimum of day for a password
* define a password reuse policy

Release v1.2.0 fixes a major reported by users since last release:

- Fix case where password was wrongly saved in the history after a
VALID UNTIL min/max error.

Upgrade require a PostgreSQL restart to reload the credcheck library.

Complete list of changes is available [here](https://github.com/MigOpsRepos/credcheck/blob/v1.0/ChangeLog)

## 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](https://migops.com/), MigOPs is specialized in migration to PostgreSQL and PostgreSQL support. If you need more information please [contact us](https://www.migops.com/contact-us/)

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

Browse pgsql-announce by date

  From Date Subject
Next Message Julien Rouhaud via PostgreSQL Announce 2023-05-16 07:27:23 pg_track_settings 4.1.2 is out!
Previous Message PostgreSQL Global Development Group 2023-05-11 13:08:45 PostgreSQL 15.3, 14.8, 13.11, 12.15, and 11.20 Released!