Re: Password authorization

Поиск
Список
Период
Сортировка
От Mladen Gogala
Тема Re: Password authorization
Дата
Msg-id d4fd7ed1-5dd5-7a1b-0df1-5df80cc3f0cc@gmail.com
обсуждение исходный текст
Ответ на Re: Password authorization  (Laurenz Albe <laurenz.albe@cybertec.at>)
Ответы Re: Password authorization  (Laurenz Albe <laurenz.albe@cybertec.at>)
Список pgsql-admin
On 1/20/22 09:25, Laurenz Albe wrote:
It is not quite clear what you mean, but I assume you want password complexity rules,
and you want to force users to change their password after a while.

You cannot do any of that with passwords in the database; the best you can
do is set an expiration time for the user's ability to log in.

Actually, you can. There is the standard "passwordcheck" module described in the documentation:

https://www.postgresql.org/docs/current/passwordcheck.html

You would have to do some C programming, but it's very possible.

Regards

-- 
Mladen Gogala
Database Consultant
Tel: (347) 321-1217
https://dbwhisperer.wordpress.com

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

Предыдущее
От: Дмитрий Иванов
Дата:
Сообщение: Re: Password authorization
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: Password authorization