[SPAM] - How to add password checks? - Sender is forged (SPF Fail)

Joe Boyle atla38 at dsl.pipex.com
Tue Apr 3 10:36:04 CDT 2007


Ooops, should have been "if 6 <= size(trunc(fieldtext)) ."

 

  _____  

From: powerh-l-bounces+atla38=dsl.pipex.com at lists.sowder.com
[mailto:powerh-l-bounces+atla38=dsl.pipex.com at lists.sowder.com] On Behalf Of
Joe Boyle
Sent: 03 April 2007 16:18
To: 'Judy Ann Bowyer'; powerh-l at lists.sowder.com
Subject: RE: [SPAM] - How to add password checks? - Sender is forged (SPF
Fail)

 

Or even as below to cater for longer strings,

 

if 6 = size(trunc(fieldtext)) and matchpattern (fieldtext[1:6], "@#@" )

then info = "password is ok" now response

 

  _____  

From: powerh-l-bounces+atla38=dsl.pipex.com at lists.sowder.com
[mailto:powerh-l-bounces+atla38=dsl.pipex.com at lists.sowder.com] On Behalf Of
Pickering, John (NORBORD)
Sent: 03 April 2007 16:10
To: Judy Ann Bowyer; powerh-l at lists.sowder.com
Subject: RE: [SPAM] - How to add password checks? - Sender is forged (SPF
Fail)

 

In the INPUT procedure for the password field .

 

IF SIZE(TRUNCATE(FIELDTEXT)) LT 6

  THEN ERROR "Password must be at least 6 characters long."

IF NOT MATCHPATTERN(FIELDTEXT,"@#@")

  THEN ERROR "Password must contain at least 1 numeric digit."

 

  _____  

From: powerh-l-bounces+john.pickering=norbord.com at lists.sowder.com
[mailto:powerh-l-bounces+john.pickering=norbord.com at lists.sowder.com] On
Behalf Of Judy Ann Bowyer
Sent: Tuesday, April 03, 2007 10:50 AM
To: powerh-l at lists.sowder.com
Subject: [SPAM] - How to add password checks? - Sender is forged (SPF Fail)

 

I am not too familiar with Powerhouse but have to add some password checks
to a program.   I want to edit the user password to a minimum of 6 positions
and there must be at least one numeric character in there.  The password can
be greater than 6 positions.  How can I do that?

 

 

Thank you,


Judy Quinn
judyab611 at yahoo.com

 

  _____  

Sucker-punch spam with award-winning protection.
Try the free Yahoo! Mail Beta.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.sowder.com/pipermail/powerh-l/attachments/20070403/878c1455/attachment.htm


More information about the powerh-l mailing list