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

Make seed phrase import case insensitive #8246

Merged
merged 1 commit into from
Mar 30, 2020

Conversation

marktoda
Copy link
Contributor

@marktoda marktoda commented Mar 28, 2020

The user-specified seed phrase during the first-time-flow import step
required the phrase to be entered in all lowercase. The case does not
add any extra entropy to the seed, so there's no reason to be case
sensitive. Flexibility here will improve the onboarding UX.

This commit makes the entered seed phrase case insensitive.

Fixes #8171

@marktoda marktoda force-pushed the makeSeedPhraseCaseInsensitive branch 2 times, most recently from e1d3860 to 26e66c1 Compare March 28, 2020 20:49
The user-specified seed phrase during the first-time-flow import step
required the phrase to be entered in all lowercase. The case does not
add any extra entropy to the seed, so there's no reason to be case
sensitive. Flexibility here will improve the onboarding UX.

This commit makes the entered seed phrase case insensitive.

Fixes MetaMask#8171
@marktoda marktoda force-pushed the makeSeedPhraseCaseInsensitive branch from 26e66c1 to c9d716d Compare March 29, 2020 01:47
Copy link
Contributor

@whymarrh whymarrh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @marktoda!

@marktoda
Copy link
Contributor Author

Thanks @whymarrh!

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

Successfully merging this pull request may close these issues.

Seed phrase should be forced to lowercase before test/importing
2 participants