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

Validate email syntax on user email update #103

Merged

Conversation

mavhungutrezzy
Copy link
Contributor

This commit implements email syntax validation when processing user email update requests. It ensures that the provided email address is in the correct format, preventing invalid data from being saved.

Closes #17

sebastienbarbier and others added 8 commits May 10, 2023 09:24
This commit implements email syntax validation when processing user email update requests. It ensures that the provided email address is in the correct format, preventing invalid data from being saved. 

Closes sebastienbarbier#17
@sebastienbarbier sebastienbarbier changed the base branch from main to develop February 4, 2024 16:15
@sebastienbarbier
Copy link
Owner

🤩🤩🤩. Thanks so much for your contribution 💪, looks great and will be released as 1.5.1.

@sebastienbarbier sebastienbarbier merged commit 151d14e into sebastienbarbier:develop Feb 4, 2024
1 check passed
@sebastienbarbier
Copy link
Owner

I took the initiative to add a unittest regarding the http 400. You can see this commit out of curiousity:
6cd247b
Thanks again.

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.

Check email syntax on update request
2 participants