Password complexities in Postgres v14.6

From: Daulat <daulat(dot)dba(at)gmail(dot)com>
To: pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Password complexities in Postgres v14.6
Date: 2022-12-16 12:27:14
Message-ID: CALfOM6LjVBhpHg+6nVe6reOBYdPJZXvXhkp+dqquG9cVBsGPmQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello Team,

Any idea, how we can set some Password complexities in postgres for user
password. Like, we can create profiles in Oracle.

I am looking to set the Password complexities (one parameter from each
line item has to be complied to):

Default password age for users: 90 days.

Password first letter will be alphabetic in uppercase.

English uppercase characters (A through Z)

English lowercase characters (a through z)

Base 10 digits (0 through 9)

Non-alphabetic characters ~" &_-+='! (){}[):;"'<>,.?/ !(at)#$%*

Password Minimum Length 8 character

Thanks,

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Pepe TD Vo 2022-12-16 13:28:41 Re: Password complexities in Postgres v14.6
Previous Message Samed YILDIRIM 2022-12-14 12:48:59 Re: WAL replication from an Old Production server