-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Javed,
You have two options:
a) get a database server that can do case sensitive searches (Oracle
by default, MS SQL by choice)
or
b) Retrieve all usernames from the db that match and then do:
<cfif comparenocase(password1, password2)>
passwords match
<cfelse>
passwords don't match
</cfif>
Aaron Johnson, MCSE, MCP+I
Allaire Certified ColdFusion Developer
MINDSEYE, Inc.
<phn>617.350.0339
<fax>617.350.8884
<icq>66172567
[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists