[SPAM] - How to add password checks? - Sender is forged (SPF Fail)
Bruin, J.M. (Mark) de
mark.debruin at tno.nl
Tue Apr 10 02:28:42 CDT 2007
To add to this:
I would suggest putting the minimum length and pattern into a (system)
defined symbol/logical or in a system parameter table in your database
(I've defined one in mine, works great!), so you can use them throughout
your application and do not have to change and/or compile sources
whenever requirements for the password change.
Mark
________________________________
From: powerh-l-bounces+mark.debruin=tno.nl at lists.sowder.com
[mailto:powerh-l-bounces+mark.debruin=tno.nl at lists.sowder.com] On Behalf
Of Pickering, John (NORBORD)
Sent: Tuesday, April 03, 2007 17: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.
This e-mail and its contents are subject to the DISCLAIMER at http://www.tno.nl/disclaimer/email.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.sowder.com/pipermail/powerh-l/attachments/20070410/b4685ff4/attachment.html
More information about the powerh-l
mailing list