This differential implements utility function to check whether an account has password. Currently this operation is logically equivalent to check whether currentUserInfo is null or logged out or represents ethereum account (returns false). returns true otherwise.
Details
Details
Create SIWE account and log return result of this function. Should be false. Then in normal account log the result of this function. Should be true.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/shared/account-utils.js | ||
---|---|---|
80 ↗ | (On Diff #20326) | Is it possible to create an account with password that has a username that looks like an address? |
lib/shared/account-utils.js | ||
---|---|---|
80 ↗ | (On Diff #20326) | I can't say for sure, but implementation of this function strictly reflects this requirement: https://linear.app/comm/issue/ENG-2541#comment-5b40623e. |
Comment Actions
Is it possible to create an account with password that has a username that looks like an address?
Currently, yes. ENG-1968 should resolve this.