Instead of comparing in SQL, try grabbing the password according to
username, and comparing it in ColdFusion

<cfif Compare(form.password,query.password)>
        <!--- authentication fails --->
<cfelse>
        <!--- authentication passes --->
</cfif>

-- 
Billy Cravens
HR Web Development, Sabre
[EMAIL PROTECTED]



Javed Mushtaq wrote:
> 
> Hi all,
> 
> Please could you tell me how i could verify if a password being posted from
> another page
> has the exact same case as the password in the database.
> 
> Eg password: Orange
> But if enter orangE it evaluates to being true.
> 
> Please could you tell me how to determine if the password matches the entry
> in every way.
> 
> Yours hopefully
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

Reply via email to