Flask-Middleware / flask-security

Quick and simple security for Flask applications
MIT License
622 stars 154 forks source link

Add support for changing email. #974

Closed jwag956 closed 1 month ago

jwag956 commented 1 month ago

This adds an endpoint - /change-email that allows users to change their email. This sends out a confirmation link to the existing email. As with all other features - this defaults 'False'.

This is a new endpoint, form, view, link, etc.

close #956

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 98.44%. Comparing base (51d2355) to head (1738931).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #974 +/- ## ========================================== + Coverage 98.41% 98.44% +0.03% ========================================== Files 35 36 +1 Lines 4531 4625 +94 ========================================== + Hits 4459 4553 +94 Misses 72 72 ```

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