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

From PAWAN SHARMA
Subject Re: [GENERAL] create trigger in postgres to check the password strength
Date
Msg-id CAPgXFMRdFo6uP8uUJKBjaHR9h-wtDMO5_n53kDEVPS-3RxOHMQ@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  (Adam Brusselback <adambrusselback@gmail.com>)
List pgsql-general


On Fri, Feb 3, 2017 at 8:44 PM, PAWAN SHARMA <er.pawanshr0963@gmail.com> wrote:
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..

-Pawan

 
Trigger or function which check the password strength is useful for me

pgsql-general by date:

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