Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CFLogin password truncates with Special Characters

New Here ,
Aug 03, 2009 Aug 03, 2009

We use CFLOGIN and set the password to "Iam:testing", when you go to authenticate and output #cflogin.password#

it truncates the password at the ":", so it outputs "Iam".

We are using this against LDAP and ":" are allowed in our password rules.

Is CFLOGIN supposed to truncate these?

I cannot find any documentation on this.

TIA,

Tony

TOPICS
Advanced techniques
704
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 09, 2009 Aug 09, 2009
LATEST

Even worse, if you enter "abcd:defg" in the j_username field and any arbitrary string in the j_password field, Coldfusion will read the of cflogin.username as abcd and cflogin.password as defg. It is a bug. Report it.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources