From 0aa4bd81fb96bb9ec5d4a24ad866c429b3850423 Mon Sep 17 00:00:00 2001 From: dodger Date: Thu, 12 May 2022 09:05:39 +0200 Subject: [PATCH] more detailed readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 551e15e..a5ce0d1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,10 @@ ## Description This project tries to find a way to allow users the management of the `VALID UNTIL` expiration clause by themself. -All without granting `super` permissions and having a histoc of changes on a _pseudo-audit_ table +Everyghin without granting `super` permissions and having a histoc of changes on a _pseudo-audit_ table. + +You can easly combine this functions with the [passwordcheck extra](https://github.com/michaelpq/pg_plugins/tree/main/passwordcheck_extra) extension, the regex inside `dba.change_valid_until` match the _default_ requirements in the extension for special characters and you can change the variable `_min_password_length` to match your requirements (in the case you changed it, of course). + | :warning: WARNING | |:---------------------------|