forked from mystiq/dex
137330b202
mail.ParseAddress will stop parsing a string once it finds a valid email address. This means you could give ValidUser an email address followed by junk and it would mark it valid. This commit fixes this behavior and adds some more test cases. Fixes #189 |
||
---|---|---|
.. | ||
api | ||
email_verification.go | ||
email_verification_test.go | ||
invitation.go | ||
invitation_test.go | ||
manager.go | ||
manager_test.go | ||
password.go | ||
password_test.go | ||
user.go | ||
user_test.go | ||
util.go |