Flask-Middleware / flask-security

Quick and simple security for Flask applications
MIT License
624 stars 155 forks source link

Minor fix for mail_util and check_deliverability #914

Closed jwag956 closed 5 months ago

jwag956 commented 5 months ago

A test recently started failing - probably because matt@lp.com no longer actually exists. If SECURITY_EMAIL_VALIDATOR_ARGS were set and had check_deliverability=True - then even for login it would check deliverability - it shouldn't.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (96d9489) 98.39% compared to head (7b42a55) 98.39%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #914 +/- ## ======================================= Coverage 98.39% 98.39% ======================================= Files 34 34 Lines 4473 4474 +1 ======================================= + Hits 4401 4402 +1 Misses 72 72 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.