This topic is locked

Password Settings

1/17/2009 6:32:15 PM
ASPRunnerPro General questions
lefty author

When trying to use passwords in both upper and lower case (password settings) I get the following error message
if(!$clower || !$cupper)
Commonfunctions.asp 5601
I am using Asprunner 5.2 . Seems I have the wrong code on this line. PHP?

J
Jane 1/20/2009

Hi,
this bug was fixed in the ASPRunnerPro 6.0.

To make your pages working open C:/Program Files/ASPRunnerPro5.2/source/include/commonfunctions.asp file, find this line:

if(!$clower || !$cupper)



and replace it with this one:

if clower=0 or cupper=0 then