Django Email Verification in Registration. Python Django Web Framework Course. #28

preview_player
Показать описание
Django Email Verification in Registration. Python Django Web Framework Course. #28

Full video.

Alternative Full playlist.

Full series source code.

Рекомендации по теме
Комментарии
Автор

I already knew how to send a verification email, just watched this video out of curiosity and I am happy your delivery is top of the class, great stuff and I have learnt about threading thank you.

kabakiAntony
Автор

Thank you so much for this tutorial, I was able to implement it into my project without any trouble. One thing I did have to change was I couldn’t use force_text anymore and In turn used force str and it still worked. I think that is from its depreciation in my version of Django. Great Job!

carterburbageisaweso
Автор

This tutorial series is so great i feel like i more capable with django bcs of it god bless you bro and keep up the good word
going through it all and btw do you recommend anything after it?

sam
Автор

Thanks a lot for such informative videos It is so helpful playlist so far I love how you mentioned every detail with simple way and how you organized the time for every video so it wouldn't be long

sarahyahia
Автор

Thanks a lot. This lesson helped me understand the topic. Good luck!

СергейИпатов-дю
Автор

Well explained with no waffling on like many others do. Keep it up!

belgian_groenendael
Автор

Weldon Boss. The email verification is always life, even after use. After the first verification, the link won't work the second attempt but if the admin want to disable a user's email in other to restrict their activity, the user can always go back and click the email verification and the link will still work. Security issue.

TemmyCodingLifestyle
Автор

Really thank you. I was searching this for my college project

abhijithsubash
Автор

Great tutorial Cryce Truly
Keep it up.

johntovor
Автор

Hello Sir
Can you please tell me
From where you got the secret key, which is placed in .env-sample file

s.k.sohail
Автор

I Cryce Truly, I am having an issue with the email verification. I do get the message after registering the user but then it is never delivered. I have compared my code with yours on Github and I do not see any obvious discrepancy. Are you able to suggest what the problem could be? Maybe somewhere to look which I am missing? Thanks.

oluwaseyeabogunrin
Автор

Hello how do we verify the email of the superuser?

abigailmolusi
Автор

Hello, please can i use this method with django forms cus i am using django UserCreationFom here already, if yes please me the changes i need to carry out. Thanks

ibrahimhamzah
Автор

Forbidden (403)
CSRF verification failed. Request aborted. why I have this problem?

vovastarenko
Автор

Video was very Nice, but I got One issue, Mail is marked in Sender SendBox but receiver not got any mail, Please Help

gamedevotenagu
Автор

Does this use allauth? how can I do it with all auth?

EthioMan
Автор

why not use th is active attribute from the AbstractUser model .

mahdou
Автор

Google just deactivated the option to allow unsecure apps, does anybody know how to do it now?

EmaCastilloZam
Автор

how to request verification mail again

PythonCrafts
Автор

ImportError: cannot import name 'force_text' from 'django.utils.encoding' ... anyone can assist to resolve this...?

amanye