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

Remove unique email entry #115

Merged
merged 1 commit into from
Jan 3, 2018
Merged

Remove unique email entry #115

merged 1 commit into from
Jan 3, 2018

Conversation

web541
Copy link
Contributor

@web541 web541 commented Jan 3, 2018

When updating a user through the users admin, it comes up saying "The email has already been taken." because of the unique rules set in the model. The only time I can think of right at this point to make sure it is unique is on registering, but that's handled by the Validator anyway so this shouldn't be an issue. Unless you're keeping this here for a reason.

@nabeelio nabeelio merged commit 1b5107a into nabeelio:master Jan 3, 2018
@nabeelio
Copy link
Owner

nabeelio commented Jan 3, 2018

Thanks, merged! Yeah, I was cleaning up some of the rules that were in the registration, which I didn't finish. There's some cleanup that needs to be done and using the Request classes. I added another commit after this one adding the unique in the proper place.

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

Successfully merging this pull request may close these issues.

None yet

2 participants