In this video you will learn how to verify users' email in Django using OTP after a user signs up on a website.
This OTP expires every 5 minutes and users will be able to generate a new OTP once the current OTP is expired.
Let's go. 🚀
Happy learning. ✨
Timestamps:
00:00:00 - Introduction
00:05:02 - Customising the user model
00:06:06 - Signing-up new users
00:08:05 - Django Signals(Creating OTP and sending OTP via email)
00:17:52 - Verify user email address with OTP
00:24:18 - Resend a new OTP
00:30:46 - Recap of the tutorial
00:33:06 - The End.
Source code:
[ Ссылка ]
Ещё видео!