wtforms / flask-wtf

Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.
https://flask-wtf.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.46k stars 310 forks source link

email validator space error #559

Closed winninggodspower closed 1 year ago

winninggodspower commented 1 year ago

flask-wtf email validator return invalid email when spaces are added to the end of an email field. The validator probably doesn't strip the email field.

Environment:

davidism commented 1 year ago

This would be an issue to report to wtforms, not this extension.