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

Allow email validation errors to be returned even when GENERIC_RESPON… #961

Merged
merged 1 commit into from
Mar 23, 2024

Conversation

jwag956
Copy link
Member

@jwag956 jwag956 commented Mar 22, 2024

…SES is set to True.

We need to be careful not to expose whether an account already exists - but syntax or other errors should be returned. This enables custom implementations of MailUtil to enforce their own conventions and return useful results to callers.

closes #942

…SES is set to True.

We need to be careful not to expose whether an account already exists - but syntax or other errors should be returned.
This enables custom implementations of MailUtil to enforce their own conventions and return useful results to callers.

closes #942
Copy link

codecov bot commented Mar 22, 2024

Codecov Report

Attention: Patch coverage is 91.30435% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 98.40%. Comparing base (fe1628a) to head (fffcdab).

Files Patch % Lines
flask_security/forms.py 60.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #961      +/-   ##
==========================================
- Coverage   98.47%   98.40%   -0.07%     
==========================================
  Files          35       35              
  Lines        4513     4527      +14     
==========================================
+ Hits         4444     4455      +11     
- Misses         69       72       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jwag956 jwag956 merged commit 7481d43 into master Mar 23, 2024
17 of 19 checks passed
@jwag956 jwag956 deleted the mail942 branch March 23, 2024 01:46
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.

Whitelist of email domains allowed to register
1 participant