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

  Рет қаралды 36,506

Cryce Truly

Cryce Truly

Күн бұрын

Пікірлер: 46
@kabakiAntony
@kabakiAntony Жыл бұрын
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.
@s.k.sohail4818
@s.k.sohail4818 11 ай бұрын
Hello sir Can you please tell me from where I can get the secret key which is placed in .env-sample file in above video.
@sam34889
@sam34889 2 жыл бұрын
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?
@carterburbageisaweso
@carterburbageisaweso Жыл бұрын
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!
@s.k.sohail4818
@s.k.sohail4818 11 ай бұрын
Hello sir Can you please tell me where I can get that secret key which is placed in .env-sample file in above video
@sarahyahia8719
@sarahyahia8719 3 жыл бұрын
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
@belgian_groenendael
@belgian_groenendael 2 жыл бұрын
Well explained with no waffling on like many others do. Keep it up!
@efrainvalles191
@efrainvalles191 2 жыл бұрын
absolute mastery!!!
@СергейИпатов-д7ю
@СергейИпатов-д7ю 2 жыл бұрын
Thanks a lot. This lesson helped me understand the topic. Good luck!
@abhijithsubash6160
@abhijithsubash6160 3 жыл бұрын
Really thank you. I was searching this for my college project
@crycetruly
@crycetruly 3 жыл бұрын
Most welcome 😊
@sudharsanb9391
@sudharsanb9391 3 жыл бұрын
what is your college project can u explain pls?
@johntovor605
@johntovor605 2 жыл бұрын
Great tutorial Cryce Truly Keep it up.
@TemmyCodingLifestyle
@TemmyCodingLifestyle 2 жыл бұрын
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.
@Artopiumcom
@Artopiumcom 3 жыл бұрын
4:19 The baby misses Daddy! :D
@s.k.sohail4818
@s.k.sohail4818 11 ай бұрын
Hello Sir Can you please tell me From where you got the secret key, which is placed in .env-sample file
@FahadKhan-qj3ej
@FahadKhan-qj3ej 2 жыл бұрын
Thank you. Great tutorial.
@abigailmolusi6483
@abigailmolusi6483 Жыл бұрын
Hello how do we verify the email of the superuser?
@vovastarenko3880
@vovastarenko3880 2 жыл бұрын
Forbidden (403) CSRF verification failed. Request aborted. why I have this problem?
@fitstar_gillie
@fitstar_gillie 2 жыл бұрын
Very useful
@ibrahimhamzah8890
@ibrahimhamzah8890 2 жыл бұрын
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
@oluwaseyeabogunrin8518
@oluwaseyeabogunrin8518 3 жыл бұрын
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.
@FabiodeAlbuquerque
@FabiodeAlbuquerque 3 жыл бұрын
Hi! Same issue here. :(
@litsss1153
@litsss1153 2 жыл бұрын
@@FabiodeAlbuquerque Hey did you solve it? because I have the same issue :'(
@OpenSourceStudent
@OpenSourceStudent 2 жыл бұрын
Great video
@TuneTown246
@TuneTown246 2 жыл бұрын
you Helped me lot ,
@EthioMan367
@EthioMan367 2 жыл бұрын
Does this use allauth? how can I do it with all auth?
@EmaCastilloZam
@EmaCastilloZam 2 жыл бұрын
Google just deactivated the option to allow unsecure apps, does anybody know how to do it now?
@EmaCastilloZam
@EmaCastilloZam 2 жыл бұрын
Forget my comment, I was doing it wrongly, everything is ok. Just make sure when you are putting your password if you have 2FA activated, you should follow other steps, my mistake was that I had it on and was trying the same way as the tutorial.
@EmaCastilloZam
@EmaCastilloZam 2 жыл бұрын
Oh, and also thank you so much for this tutorial, I've been following it and so awesome, learning a lot. You are a beast dude, thank you!
@gamedevotenagu4337
@gamedevotenagu4337 2 жыл бұрын
Video was very Nice, but I got One issue , Mail is marked in Sender SendBox but receiver not got any mail, Please Help
@gamedevotenagu4337
@gamedevotenagu4337 2 жыл бұрын
I can see the Mail in Sender SendBox as delivered but Receiver not got any, do I need to enable anything? , Please hep
@PythonCrafts
@PythonCrafts Жыл бұрын
how to request verification mail again
@mahdou3608
@mahdou3608 3 жыл бұрын
why not use th is active attribute from the AbstractUser model .
@Prince-wv8nm
@Prince-wv8nm 2 жыл бұрын
bcz is_activate attribute used for blocking a user
@oktopusskills
@oktopusskills 2 жыл бұрын
Thnx! 🔥
@gabrielcespedesalarc
@gabrielcespedesalarc 3 жыл бұрын
Thank you!!
@amanye
@amanye 2 жыл бұрын
ImportError: cannot import name 'force_text' from 'django.utils.encoding' ... anyone can assist to resolve this...?
@amanye
@amanye 2 жыл бұрын
resolved, by replacing by 'force_str'...
@mashilheiba1nm720
@mashilheiba1nm720 2 жыл бұрын
@@amanye still not working, the try block is not executing
@halilibrahimsivri4991
@halilibrahimsivri4991 2 жыл бұрын
bro i need your vs code extentions
@divinendubuisi9593
@divinendubuisi9593 Жыл бұрын
fr
@divinendubuisi9593
@divinendubuisi9593 Жыл бұрын
just found it, it is TabNine
@hakeembalogun8084
@hakeembalogun8084 2 жыл бұрын
ImportError: cannot import name 'sendConfirm' from 'django_email_verification' i'm getting this error
@muhammadnomaniqbal5690
@muhammadnomaniqbal5690 2 жыл бұрын
"invalid token" or "session_expired" occurs in order to verify the email by using your code. I also use "algorthim"="HS256". but same issue occur. @Cryce Truly kindly help me to solve the issue
@anilbarad1856
@anilbarad1856 Жыл бұрын
you made it really complicated
Custom User Model with email login (DJANGO)
39:21
CodingWithMitch
Рет қаралды 47 М.
Yay, My Dad Is a Vending Machine! 🛍️😆 #funny #prank #comedy
00:17
😜 #aminkavitaminka #aminokka #аминкавитаминка
00:14
Аминка Витаминка
Рет қаралды 2,1 МЛН
Django Contact Form | How To Send Email Using Django? | Tutorial 2022
17:31
Django tutorial: How to authenticate using Google
13:07
Matt Freire
Рет қаралды 101 М.
Django Tutorial - User Registration with Email Confirmation #15
21:28
Python Lessons
Рет қаралды 41 М.
Python Django Tutorial for Beginners
1:02:36
Programming with Mosh
Рет қаралды 2,7 МЛН
How To Send Email With Django - Python Django Dentist Website #7
22:01
Sending Emails in Django
8:39
Pretty Printed
Рет қаралды 82 М.
How to extend the User Model in Django with AbstractUser
13:55
Yay, My Dad Is a Vending Machine! 🛍️😆 #funny #prank #comedy
00:17