Samourai-Wallet / samourai-wallet-android

Bitcoin Wallet strongly focused on privacy when transacting on the bitcoin network
https://samouraiwallet.com
The Unlicense
629 stars 236 forks source link

State passphrase rules on passphrase creation screen #428

Open leto opened 4 years ago

leto commented 4 years ago

Currently it's possible to input a very long passphrase twice, which may contain spaces for instance, and the user will get an error that spaces are not valid at the very end.

Telling users exactly which characters are valid in passphrases avoids these kind of UI/UX issues.

Additionally, why are spaces not valid? Is it technical or to prevent users from confusing seed phrases and passphrases?

leto commented 3 years ago

@SamouraiDev ping