Re: [smartweb-user] [Smartweb-user] Password validation
Brought to you by:
rlogiacco
From: rlogiacco <rlo...@us...> - 2007-03-06 12:00:08
|
rlogiacco wrote: > > I've managed to find out and adapt a regular expression to validate > password fields with custom rules. > > With the regexp ^(?=(.*\d){2,})(?=(.*[a-zA-Z]){3,}).{8,}$ you can ensure > the password is 8 chars long and contains at least 2 digits and 3 alphas. > > May be this regular expression can be included into the standard auth > module to provide a front-end validation. > The integration with the auth module was performed, a feature request [ 1674754 ] added and closed. May be now we need to document the feature... any volunteer? :-) -- View this message in context: http://www.nabble.com/Password-validation-tf3185918s17546.html#a9330709 Sent from the SmartWeb Users mailing list archive at Nabble.com. |