-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plus addressing breaks e-mail address verification #262
Comments
Indeed, plus addressing is the problem - [email protected] works. Remember when implementing e-mail dependent registration that you read the entirety of the relevant RFCs or use a well-tested library. |
I believe this was initially implemented to prevent bot signups. |
I think that that's an ineffective solution since I quite easily bypassed it using AnonAddy, but you could at least notify the user and not send the e-mail message until the sub address is removed. |
I would also normally use plus addressing. Please consider adding support for it. |
I attempted to register using
[email protected]
. When I received the code, clicking the verify button didn't work. I was about to consider this a problem with my browser, but when I tried to click the e-mailed link instead, the consequent page (https://app.singlelink.co/[email protected]&code=145330&newSignup=true) appeared to depict my address incorrect sanitized in some manner:The text was updated successfully, but these errors were encountered: