Re: Password complexities in Postgres v14.6

Поиск
Список
Период
Сортировка
От Ganesh Korde
Тема Re: Password complexities in Postgres v14.6
Дата
Msg-id CAPNyb0Wa+fNtur7SQwtFcPxC9odGfOs4qFPa8tkPP8YhTihnXA@mail.gmail.com
обсуждение исходный текст
Ответ на Password complexities in Postgres v14.6  (Daulat <daulat.dba@gmail.com>)
Список pgsql-admin
Hi,
   passwordcheck module can help you upto certain extent.

Regards,
Ganesh Korde.


On Fri, 16 Dec 2022, 5:58 pm Daulat, <daulat.dba@gmail.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 ~" &_-+='! (){}[):;"'<>,.?/ !@#$%*

Password Minimum Length 8 character

Thanks,

В списке pgsql-admin по дате отправления:

Предыдущее
От: raf
Дата:
Сообщение: Re: Password complexities in Postgres v14.6
Следующее
От: "Rettstadt, Tobias"
Дата:
Сообщение: Using pgadmin as an OAuth2 proxy for PostgreSQL