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

Recently upgraded from CF2016 to CF2021 and unable to login to my site

New Here ,
Feb 17, 2022 Feb 17, 2022

Copy link to clipboard

Copied

Hello,  I recently upgraded from CF2016 to CF2021.  Now i'm not heavily into ColdFusion, our previous developer has retired so I got put into this.  Mostly I have been upgrading/changing links and troubleshooting some syntax in coding or troubleshooting minor issues.  I basically have been tasked to keep this legacy system working.  (Our company is in the end stages and will most likely not be around in a few more years).

 

So after the upgrade, i'm able to open up my dev site for our HR portal.  The login page comes up, but i'm unable to login.  I"m getting "User Doesn't Exist or Password Expired" error.  We have a EZ-SSO client that handles our login and I can't tell if that is what is causing the issue.  If the upgrade made changes that affects the code accessing the Active Directory.  I am using a <CFLDAP> command to query the active directory.

Views

87

Translate

Translate

Report

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

correct answers 1 Correct answer

New Here , Feb 17, 2022 Feb 17, 2022

Thank you we figured it out.  Once I was able to get the error logs I was able to determine the issue was the way the date field was being handled.

Votes

Translate

Translate
Community Expert ,
Feb 17, 2022 Feb 17, 2022

Copy link to clipboard

Copied

That doesn't seem like a ColdFusion error. In fact, it may not be an error at all. 

 

The message, "User Doesn't Exist or Password Expired", is apparently the result of login validation. It tells you precisely what the problem is. So, have you checked whether the user exists and whether the user's password is still valid?

Votes

Translate

Translate

Report

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
New Here ,
Feb 17, 2022 Feb 17, 2022

Copy link to clipboard

Copied

Thank you we figured it out.  Once I was able to get the error logs I was able to determine the issue was the way the date field was being handled.

Votes

Translate

Translate

Report

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 ,
Feb 17, 2022 Feb 17, 2022

Copy link to clipboard

Copied

LATEST

Nice to hear. Thanks for the update.

Votes

Translate

Translate

Report

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
Documentation