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

Disallow different passwords for accounts #9

Open
honeycrypto opened this issue Jun 28, 2019 · 0 comments
Open

Disallow different passwords for accounts #9

honeycrypto opened this issue Jun 28, 2019 · 0 comments

Comments

@honeycrypto
Copy link
Collaborator

Right now user can create new accounts with a different passwords. This may be very confusing UX because users will have to backup both passwords and private keys. Maybe we should force user to use same password as he used for created/imported account 0.

Since we don't store passwords, the flow can be as follows:

  1. Ask for a password to create new account
  2. Verify if this password can successfully decrypt address 0 from storage.
  3. Throw error "Invalid Password" if user tried to use a new password.

Thoughts?

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

No branches or pull requests

1 participant