lingthio / Flask-User

Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.
http://flask-user.readthedocs.io/
MIT License
1.06k stars 292 forks source link

email_validator needed even when USER_ENABLE_EMAIL = False #339

Open racinmat opened 2 years ago

racinmat commented 2 years ago

When USER_ENABLE_EMAIL is false, I would expect the email_validator to not be needed. It does not make sense to add this library when config explicitly states no e-mail related functionality should be used.