brockallen / BrockAllen.MembershipReboot

MembershipReboot is a user identity management and authentication library.
Other
743 stars 239 forks source link

VerificationStorage field too small to store e-mail address #666

Open HenkHui opened 8 years ago

HenkHui commented 8 years ago

The VerificationStorage (length: 100) is used to store the e-mail address in case of account creation or e-mail address change. However for the e-mail address is a maximum of 254 characters allowed which does not fit into the VerificationStorage which results in a runtime error.

brockallen commented 7 years ago

Submit a PR please (on the dev branch).