Re: Password complexities in Postgres v14.6

From: Ganesh Korde <ganeshakorde(at)gmail(dot)com>
To: Daulat <daulat(dot)dba(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Password complexities in Postgres v14.6
Date: 2022-12-17 06:34:10
Message-ID: CAPNyb0Wa+fNtur7SQwtFcPxC9odGfOs4qFPa8tkPP8YhTihnXA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,
passwordcheck module can help you upto certain extent.

Regards,
Ganesh Korde.

On Fri, 16 Dec 2022, 5:58 pm Daulat, <daulat(dot)dba(at)gmail(dot)com> wrote:

> 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,
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Rettstadt, Tobias 2022-12-19 13:12:41 Using pgadmin as an OAuth2 proxy for PostgreSQL
Previous Message raf 2022-12-16 21:52:52 Re: Password complexities in Postgres v14.6