Y
Hacker News
new
|
ask
|
show
|
jobs
by
hutattedonmyarm
2569 days ago
> we remove them on signup.
But why?
1 comments
tekknik
2567 days ago
to avoid duplicate user signup. allowing the + would not allow me to use a unique constraint for email address on the user table and be sure an email is only used once.
link