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

2017-02-03 Thread Pavel Stehule
2017-02-03 17:17 GMT+01:00 Pavel Stehule : > Hi > > 2017-02-03 16:14 GMT+01:00 PAWAN SHARMA : > >> 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 pos

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

2017-02-03 Thread Pavel Stehule
Hi 2017-02-03 16:14 GMT+01:00 PAWAN SHARMA : > 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, i

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

2017-02-03 Thread Adam Brusselback
Oh sorry, I misunderstood. Didn't realize you meant database users an not an application user table implemented in Postgres. I'll let others answer that then because i'm not aware of a way to do that.

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

2017-02-03 Thread Vladimir Rusinov
Google Ireland Ltd.,Gordon House, Barrow Street, Dublin 4, Ireland Registered in Dublin, Ireland Registration Number: 368047 On Fri, Feb 3, 2017 at 3:55 PM, PAWAN SHARMA wrote: > > On Fri, Feb 3, 2017 at 9:11 PM, Adam Brusselback < > adambrusselb...@gmail.com> wrote: > >> Whoops, accidentally se

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

2017-02-03 Thread PAWAN SHARMA
On Fri, Feb 3, 2017 at 9:11 PM, Adam Brusselback wrote: > Whoops, accidentally sent this to only Pawan instead of the list: >> >> > Hey there, so I would highly suggest you avoid arbitrary password strength > policies like that. I wrote a library for my company which we use for > password streng

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

2017-02-03 Thread Adam Brusselback
Whoops, accidentally sent this to only Pawan instead of the list: > > Hey there, so I would highly suggest you avoid arbitrary password strength policies like that. I wrote a library for my company which we use for password strength estimation, but it is written in Java. I've been thinking about

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

2017-02-03 Thread PAWAN SHARMA
On Fri, Feb 3, 2017 at 8:44 PM, PAWAN SHARMA 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.. >

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

2017-02-03 Thread PAWAN SHARMA
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