Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
MattKiazyk opened this issue Oct 30, 2024 · 1 comment · Fixed by #650
Closed

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

MattKiazyk opened this issue Oct 30, 2024 · 1 comment · Fixed by #650

Comments

@MattKiazyk
Copy link
Contributor

MattKiazyk commented Oct 30, 2024

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.

@XcodesOrg XcodesOrg locked and limited conversation to collaborators Oct 30, 2024
@MattKiazyk
Copy link
Contributor Author

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.

@MattKiazyk MattKiazyk pinned this issue Oct 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant