Skip to content
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

Referral email should be case_insensitive #198

Open
jwjwyoung opened this issue Apr 9, 2019 · 0 comments
Open

Referral email should be case_insensitive #198

jwjwyoung opened this issue Apr 9, 2019 · 0 comments

Comments

@jwjwyoung
Copy link

jwjwyoung commented Apr 9, 2019

validates :email, presence: true,

with current validation code, I can create referrals with same email adrress with lowercase/uppercase as attached.

image

I believe here should use
validates :email, presence: true, uniqueness: {case_sensitive: false}, format: { with: CustomValidators::Emails.email_validator }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant