BrockAllen.MembershipReboot
BrockAllen.MembershipReboot copied to clipboard
VerificationStorage field too small to store e-mail address
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.
Submit a PR please (on the dev branch).