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

Enforce valid email address for User email #308

Merged
merged 16 commits into from
Mar 3, 2025

Conversation

harminius
Copy link
Contributor

@harminius harminius commented Oct 25, 2024

resolves #2537

Problem:
Users can register with an email containing 'invalid' characters, which causes (our) email service providers' API to crash.

Solution:
Let's extend the existing email validator to disallow some additional characters.

@MarcelGeo
Copy link
Collaborator

I am not confident with this change and multi language support.

@MarcelGeo MarcelGeo marked this pull request as draft October 29, 2024 10:19
@harminius harminius marked this pull request as ready for review December 9, 2024 16:37
@varmar05
Copy link
Collaborator

@harminius I suggest also to check db against invalid characters and non-utf8 mess, if you can pass me the queries

@harminius harminius force-pushed the enforce_valid_email_address_ce branch from bf00e65 to 04ae6c3 Compare February 28, 2025 09:16
@harminius harminius requested a review from varmar05 February 28, 2025 14:03
Copy link

Pull Request Test Coverage Report for Build 13589212467

Details

  • 22 of 22 (100.0%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.03%) to 92.436%

Totals Coverage Status
Change from base Build 13584997311: 0.03%
Covered Lines: 6795
Relevant Lines: 7351

💛 - Coveralls

@harminius harminius requested a review from varmar05 March 3, 2025 09:51
@harminius harminius merged commit 01ec5d6 into develop Mar 3, 2025
4 checks passed
@MarcelGeo MarcelGeo deleted the enforce_valid_email_address_ce branch March 6, 2025 14:22
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.

3 participants