You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Ask for a password to create new account
Verify if this password can successfully decrypt address 0 from storage.
Throw error "Invalid Password" if user tried to use a new password.
Thoughts?
The text was updated successfully, but these errors were encountered:
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:
Thoughts?
The text was updated successfully, but these errors were encountered: