Credentials cached after being changed

Issue #150 resolved
Scott Wells repo owner created an issue

Joseph Thomaschaske reports:

I've been demoing Illuminated Cloud and have come across an error when an organization changes its password after the project has been downloaded locally.

This infinitely keeps popping up.

Steps to reproduce:

  1. Retrieve metadata from an organization
  2. Change password on the organization
  3. Retrieve Meta Data

CachedCredentials.png

Comments (5)

  1. Scott Wells reporter

    Verified that setting correct credentials and restarting IDEA is an effective workaround.

  2. Scott Wells reporter

    I'm unable to reproduce this now. It's worth noting that I've fixed a few other bugs in this area so it's very possible that I've addressed this one as well. Here are the steps I used to reproduce:

    1. With a valid password, retrieve metadata from the organization. Success.
    2. Change the password to something invalid.
    3. Retrieve metadata from the organization. Fails with "INVALID LOGIN: Invalid username, password, ...".
    4. Change the password to the correct value.
    5. Retrieve metadata from the organization. Success.

    At no point was the project or application closed and reopened.

    Oh, and I have a new build that I'll be releasing tonight or tomorrow morning that may include the fix for this, so please wait until updating to 1.6.6.3 before verifying this behavior if you wish to do so.

  3. Scott Wells reporter

    FYI, I went through the same steps described above with the security token as well just to make sure I'd covered the bases.

  4. Log in to comment