Re: [GENERAL] create trigger in postgres to check the password strength

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: [GENERAL] create trigger in postgres to check the password strength
Дата
Msg-id CAFj8pRA0fRtGes_HqEO+AkkDZxUohLRObOuhBxOczFCY-z+Vow@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [GENERAL] create trigger in postgres to check the password strength  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general


2017-02-03 17:17 GMT+01:00 Pavel Stehule <pavel.stehule@gmail.com>:
Hi

2017-02-03 16:14 GMT+01:00 PAWAN SHARMA <er.pawanshr0963@gmail.com>:
Hi All,

Is this possible to create trigger in postgres to check the password strength( like char should be min 8 character)  while to creating  user or role with password.

If it possible can you please share the script with me..

yes, it is possible (with a extension)


You can use contrib extension


Regards

Pavel


Regards

Pavel
 

-Pawan

 


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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: [GENERAL] create trigger in postgres to check the password strength
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [GENERAL] Causeless CPU load waves in backend, on windows, 9.5.5(EDB binary).