Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Password shown in plain text in Developer Tools Console when entered incorrectly #317

Closed
ltfschoen opened this issue Dec 20, 2018 · 2 comments

Comments

@ltfschoen
Copy link
Contributor

When I'm prompted to enter my password to send a transaction but I enter the incorrect password (i.e. myincorrectpassword), when I click 'Send' it displays my password in plain text in the Developer Tools Console error message as shown below:

index.js:1452 signer_confirmRequest(["0x2",{},"myincorrectpassword"]): -32021: Account password is invalid or account does not exist.
@amaury1093
Copy link
Collaborator

upstream openethereum/js-libs#77

@ltfschoen
Copy link
Contributor Author

ltfschoen commented Jan 16, 2019

Using the latest master branch it now displays the following when i enter an incorrect password:

index.js:1452 signer_confirmRequest(["0x1",{},"***"]): -32021: Account password is invalid or account does not exist.

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

No branches or pull requests

3 participants