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 CAFj8pRBdBcpgoGMs0ohiqM3H5hyvA0qsagN=8Sykzgq6NJVgjg@mail.gmail.com
Whole thread Raw
In response to [GENERAL] create trigger in postgres to check the password strength  (PAWAN SHARMA <er.pawanshr0963@gmail.com>)
Responses Re: [GENERAL] create trigger in postgres to check the password strength  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-general
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)


Regards

Pavel
 

-Pawan

 

pgsql-general by date:

Previous
From: Adam Brusselback
Date:
Subject: Re: [GENERAL] create trigger in postgres to check the password strength
Next
From: Pavel Stehule
Date:
Subject: Re: [GENERAL] create trigger in postgres to check the password strength