I found my own answer for anyone who is interested on verifying the case of
a password.

Run the query to get a non-case sensitive match.

Then run
<CFIF (login.recordcount eq 0)
or
(compare(form.password, login.password) neq 0)
or
(compare(form.username, login.username) neq 0)
>

Invalid password - back to the login screen

</cfif>

--


Chris Giminez
Owner - Cyber Scriber Web Site Design
831-728-4469
ICQ# 2628000


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to