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

🐛[maykinmedia/open-api-framework#39] make user emails unique #120

Merged
merged 2 commits into from
Jul 5, 2024

Conversation

Coperh
Copy link
Contributor

@Coperh Coperh commented Jul 2, 2024

Copy link
Collaborator

@annashamray annashamray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add some code to check if existing emails are unique?
@stevenbal @Coperh what do you think?

@stevenbal
Copy link
Contributor

@annashamray hmm yeah, though I'm not sure what that check would do if it finds that there are duplicate emails 🤔

@annashamray
Copy link
Collaborator

@stevenbal Maybe just some warning in the CHANGELOG for devops? So if migrations fail they will know why

@stevenbal
Copy link
Contributor

I think that's a good idea 👍

@Coperh Coperh requested review from stevenbal and annashamray July 5, 2024 10:51
@Coperh
Copy link
Contributor Author

Coperh commented Jul 5, 2024

@annashamray @stevenbal Added a warning to the changelog. Just want a review of this before I copy pasta it to my other PRs.

Copy link
Collaborator

@annashamray annashamray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Coperh Coperh merged commit 2911467 into master Jul 5, 2024
11 checks passed
@Coperh Coperh deleted the feature/OAF#39-user-email-unique branch July 5, 2024 12:41
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.

Several components allow logging in with email + password while User.email is not unique
3 participants