Forgot Password Functionality In Django| reset password in django

Ғылым және технология

In this video we are going to see how we can reset the password of user in Django
Email verification in Django • Video
for source code:t.me/pythonmoms
settings.py-------------------------
EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_POST = 587
EMAIL_USE_TLS = True
EMAIL_HOST_USER ='Enter your email id'
EMAIL_HOST_PASSWORD ='Enter your password'
urls.py------------------
from django.contrib.auth import views as auth_views
path('password_reset/', auth_views.PasswordResetView.as_view(template_name='password_reset_form.html'), name='password_reset'),
path('password_reset_done/', auth_views.PasswordResetDoneView.as_view(template_name='password_reset_done.html'), name='password_reset_done'),
path('password_reset_confirm/uidb64/token/',auth_views.PasswordResetConfirmView.as_view(template_name='password_reset_confirm.html'), name='password_reset_confirm'),
path('password_reset_complete/', auth_views.PasswordResetCompleteView.as_view(template_name='password_reset_complete.html'), name='password_reset_complete'),
password_reset_form.html-------------
django documentation tutorial,
how to create django project in python,
how to add satic files in django,
django project for resume,
how to add html template in django,
django latest version tutorial,
how to create django project in visual studio code,
django project with source code,
django project for freshers,
how to host django project,
how to add html and css in django,
how to create project in django Session Time Out in django project|your session has expired please login again@gridi_durgesh
django framework Play list
django crash course
django project

Пікірлер: 34

  • @ytmusics4237
    @ytmusics42373 ай бұрын

    Easily understand the all thing....Please create a django react project ...because your explanation and presenting way is so good...

  • @Zimrax

    @Zimrax

    Ай бұрын

    I look forward to this also

  • @KalpnaYadav-ke9so
    @KalpnaYadav-ke9so9 ай бұрын

    Nice 👍

  • @Delishio_dishes
    @Delishio_dishes6 ай бұрын

    Hi sir, I cant get the email for password changing what to do. Please reply

  • @dhruvdeshpande7586
    @dhruvdeshpande75862 ай бұрын

    It says bad credentials every time i complete the first form of sending an email adress, i 've checked the host email and host email address it is correct , but it is also said that if the two factor authentication is on ,add the app pasword here , but google has changed its policies and i am finding it difficult to send a recovery email through django, plz guide me

  • @gridi_durgesh

    @gridi_durgesh

    2 ай бұрын

    Hi @dhruv I will check and update you soon

  • @user-ww3dz4ow7g
    @user-ww3dz4ow7g2 ай бұрын

    What if the email entered is different from the user's? Will it still be sent? Sorry for my bad english

  • @gridi_durgesh

    @gridi_durgesh

    2 ай бұрын

    Hi buddy, If u enter different user email I'd it will not send email in that case

  • @weixiangng8279
    @weixiangng827914 күн бұрын

    Where is the base.html coming from? This sharing is very fun.

  • @gridi_durgesh

    @gridi_durgesh

    14 күн бұрын

    Hello brother, I have created one base.html page in template folder in the beginning of project to maintain the common code. You can refer this video for complete project kzread.info/dash/bejne/hp2Vt8Gyls65k7w.htmlfeature=shared

  • @weixiangng8279

    @weixiangng8279

    14 күн бұрын

    ​@@gridi_durgeshThanks for your kind help. :)

  • @tptptp8789
    @tptptp87894 ай бұрын

    i could not receive email

  • @user-zv7hn6nc8p
    @user-zv7hn6nc8p2 ай бұрын

    base.html which type of code u write sir

  • @gridi_durgesh

    @gridi_durgesh

    2 ай бұрын

    Hi @meghan in base.html page I have written the comman code which is I need in all html pages such as i have included navbr page in base page and massage functionality, generally we are using base page for comman code which we need in many files

  • @Zimrax
    @ZimraxАй бұрын

    hello

  • @ChinedumPatterson
    @ChinedumPatterson8 ай бұрын

    why can't i receive an email

  • @belltrixorion3438

    @belltrixorion3438

    7 ай бұрын

    Kindly share your issue in details

  • @pharaoh9483

    @pharaoh9483

    6 ай бұрын

    is the email you sent to the same as the email in your account of django?

  • @ChinedumPatterson

    @ChinedumPatterson

    6 ай бұрын

    @@pharaoh9483 yeah sir

  • @user-zv7hn6nc8p
    @user-zv7hn6nc8p2 ай бұрын

    Sir please send the base.html code

  • @gridi_durgesh

    @gridi_durgesh

    2 ай бұрын

    Source code t.me/pythonmoms/57

  • @Zimrax

    @Zimrax

    Ай бұрын

    @@gridi_durgesh thanks gridi, the source code link keep saying this site can't be reached.

  • @stockmarketwithab7381
    @stockmarketwithab73813 ай бұрын

    sir email verification wala video hide kyu hai

  • @gridi_durgesh

    @gridi_durgesh

    3 ай бұрын

    Hi buddy, sorry for that but due to security issues youtub only hide that video. U will get here but problem is that there is no audio at 3.31 houre time stamp kzread.info/dash/bejne/hp2Vt8Gyls65k7w.html

  • @gridi_durgesh

    @gridi_durgesh

    3 ай бұрын

    t.me/pythonmoms u will get sourc code here

  • @stockmarketwithab7381

    @stockmarketwithab7381

    3 ай бұрын

    waha audio nhi hai sir isliye yaha aaya but yaha v hide h bad luck poora video dekha email wala dekhna tha can u please send that video via email that 2 videos please poora project bn gya bs wo wala implement krna hai @@gridi_durgesh

  • @gridi_durgesh

    @gridi_durgesh

    3 ай бұрын

    U have to only copy and paste code . U will get sourc code in my telegram channel

  • @gridi_durgesh

    @gridi_durgesh

    3 ай бұрын

    now I don't have that email verification video sorry for that

  • @Zimrax
    @ZimraxАй бұрын

    pls the link to source code redirected me to telegram channel, but the zip code keep saying this sir e can't be reached. also, kindly grant access to send message to you on telegram

  • @Zimrax
    @ZimraxАй бұрын

    pls the link to source code redirected me to telegram channel, but the zip code keep saying this sir e can't be reached. also, kindly grant access to send message to you on telegram

  • @gridi_durgesh

    @gridi_durgesh

    Ай бұрын

    t.me/pythonmoms/102

Келесі