Flask-User: Enabling Emails

preview_player
Показать описание
Learn how to add email support to your Flask app using Flask-User for confirmation, reset password, and welcome emails.

WORK WITH ME👇🏼

✅ Need help with your project? Schedule a call with me at:
Рекомендации по теме
Комментарии
Автор

Awesome job! Ideas for future vids: Flask-Session (server-side sessions), Flask-Excel

JohnnyMetz
Автор

How do I customize flask-user > user/profile?.

sanjayshr
Автор

[flask-user] how do I get sign-in user name by session and clear the session on sign-out?

sanjayshr
Автор

The email confirmation isn't happening. The confirmation email is sent and the token is sent back to /confirm-email/... but it doesn't result in any change in confirmed_at in the database.

Edit: Fixed. Replace column name confirmed_at with email_confirmed_at. :-)

almamanley