jaimehgb / RaiWebWallet

Raiblocks raiwallet.com wallet source code
http://raiwallet.com
GNU General Public License v3.0
112 stars 37 forks source link

Email validation to recover wallet with seed is incorrect #40

Open XavierTalpe opened 6 years ago

XavierTalpe commented 6 years ago

When attempting to recover a wallet using the generated seed, the email address is not allowed to contain + characters. For example, "user+crypto@gmail.com". However, a + sign is however a valid email address. Also note that it is possible to create an account that uses an email address containing a + sign, it's only when an attempt is made to recover the wallet that it goes wrong.