HenkHui

Results 3 issues of HenkHui

The ChangeEmailRequest checks the RequireAccountVerification config value. If no verification is required the e-mailaddress is changed without sending a verification request first, which is fine. However when the e-mailaddress is...

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...

enhancement

### Expected behavior When running Stencil-cli in Docker the following URL's should work from the host machine (in case of default port 3000): http://localhost:3000 -> BrowserSync "wrap" http://localhost:3001 -> Server...