>    <cfif form.Login_Password NEQ Decrypt(LoginAction.Password, key)>
>      <cfset Error = "Invalid UserID and Password.">
>    <cfelse>


Dick,

That did the trick! I was trying to compare two encrypted strings and I
should have been comparing their decrypted values. Thanks for the help....
it was driving me nuts!

Steve



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to