-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Bug/persists old account names #2469
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix looks good on both OS's for all scenarios
- synced wallet & changing password
- imported wallet > change account names & changing password
- new wallet > change account names & change password
QA Passed 👍🏽
* added functionality to persists old account names when resetting password #2002 * added logic to check for old account/identities and persist their balances and names * added check to see if it is not an existing user * added check to see if it is a existing user * add sync utility code and test to reduce common code * remove logs
…word #2002
Description
Bug fix to persists account names when resetting password.
Checklist
Issue
Resolves #2002