XcodesOrg / XcodesApp

The easiest way to install and switch between multiple versions of Xcode - with a mouse click.
MIT License
7.07k stars 310 forks source link

How to Fix - invalid username password when logging in #644

Closed MattKiazyk closed 3 weeks ago

MattKiazyk commented 3 weeks ago

When logging in with the latest versions, you may receive an invalid username or password error even though it is correct.

With the new SRP ceremonial it requires the client to send a salt and a precomputed password verifier value to the server. The server must store these values to later authenticate the client.

NEW: Update to v2.4.1

v2.4.1 includes support for old passwords. Please try updating!

Changing your password via https://account.apple.com/account/manage fixes the issue by updating these values to Apple's servers.

MattKiazyk commented 3 weeks ago

Locking issue so hopefully people can just see this pinned issue and resolve their issue. Please open a new issue if you still receive this error after resetting password.