Re: [GENERAL] create trigger in postgres to check the password strength - Mailing list pgsql-general

From Pavel Stehule
Subject Re: [GENERAL] create trigger in postgres to check the password strength
Date
Msg-id CAFj8pRA0fRtGes_HqEO+AkkDZxUohLRObOuhBxOczFCY-z+Vow@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] create trigger in postgres to check the password strength  (Pavel Stehule <pavel.stehule@gmail.com>)
List 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 by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: [GENERAL] create trigger in postgres to check the password strength
Next
From: Andres Freund
Date:
Subject: Re: [GENERAL] Causeless CPU load waves in backend, on windows, 9.5.5(EDB binary).