Question
cfNTAuthenticate with Special Characters
I have a basic form that authenticates against our domain
controller. It works fine when user passwords don't contain special
non-standard passwords, but if the password contains special
characters such as Å or ¥ and so forth it fails to
autheticate the user. How do I fix this problem? Here is the basic
cfNTauthenticate code (not much too it):
<cfNTauthenticate domain="ourDomainName" username="#FORM.userLogin#" password="#FORM.userPassword#" result="authresult" listgroups="yes">
<cfNTauthenticate domain="ourDomainName" username="#FORM.userLogin#" password="#FORM.userPassword#" result="authresult" listgroups="yes">
