Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Bug during recovery in ChangePasswordV2Ctrl #1102

Closed
bartekn opened this issue Nov 27, 2014 · 0 comments · Fixed by #1103
Closed

Bug during recovery in ChangePasswordV2Ctrl #1102

bartekn opened this issue Nov 27, 2014 · 0 comments · Fixed by #1103

Comments

@bartekn
Copy link
Contributor

bartekn commented Nov 27, 2014

In ChangePasswordV2Ctrl we load wallet without calling .toLowerCase() on username:

      username: $stateParams.username,

This makes calculated masterKey incorrect when there are uppercase letters in username. We need to fix this and allow users blocked by this bug to login.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants