Re: PostgreSQL db password policy

Anthony Sotolongo <asotolongo@gmail.com>

From: Anthony Sotolongo <asotolongo@gmail.com>
To: smohane@gmail.com
Cc: pgsql-bugs@lists.postgresql.org
Date: 2018-12-04T14:57:53Z
Lists: pgsql-bugs
Hi Sudesh Mohane

that's not an error, then this is not the list

by the way, you can check passwordcheck extension
https://www.postgresql.org/docs/11/passwordcheck.html

or check the extension passwordcheck_extra,  by M. Paquier


https://github.com/michaelpq/pg_plugins/tree/master/passwordcheck_extra


password expiry you can use crear user with VALID UNTIL option


Regards


El mar., 4 dic. 2018 a las 10:05, sudesh mohane (<smohane@gmail.com>)
escribió:

>
> Hello Team,
>>
>> We are using  PostgreSQL   db for one of our projects. By default DB
>> accepts any password. However client need password policy.
>>
>> We want to implement password policy (e.g. password expiry, password
>> length etc) in PostgreSQL.
>>
>> Can you please advise how to achieve this in PostgreSQL ?
>>
>> Regards,
>> Sudesh Mohane
>>
>