How to user reset password in django || password reset by email in django

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • How user reset password in django || password reset by email in django
    download free pdf (how to do that ):
    1drv.ms/b/s!Al...
    ask anything join telegram ::
    Blearningclub Telegram channel ::
    t.me/blearning...
    follow the steps in video
    in this video i have told about hot any user rest his password ,
    may be a user forget the password
    then he can reset the password by his register email with django
    user get a link token and user can reset the password after click the link
    in this video i have shown you:
    1) send mail by web mail
    or 2) you can user default webmaster mail
    in the local host you have too add email_backend
    but in shared hosting or hosting then
    you don't need to do that
    for the using webmail
    goto virtalenv of python and goto site packages then go Django then go contrib then go Auth then edit views.py
    check link 210 there is
    from_email = None variable
    change None to your Web mail
    like,
    from_email='user@website.com'
    #django #reset #password
    in local host u can use : (in settings.py ) only local host
    EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
    email for query & help :
    coffewithbhaskar13@gmail.com
    how to upload your django project :
    • Video
    ******* REGISTRATION & LOGIN ********
    at first how to create registration page watch it :
    • Video
    how to create login page:
    • Video
    ********************
    more video :
    how to get free ssl:
    • Video
    free download django website about poll app:
    • Video
    django admin tutorial :
    • Video
    • Video
    • Video
    how to run django in cpanel python latest version and sqlite3
    ( sqlite 3.8.3 or later is required solved)
    • Video
    subscribe to support
    LIKE || SUBSCRIBE || SHARE || SUPPORT

Комментарии • 64

  • @bincybaby8033
    @bincybaby8033 7 месяцев назад +1

    hello ,i didnt get any email to reset.....but when i click send it seems We've emailed you instructions for setting your password.
    If you don't receive an email, please make sure you've entered the
    address you registered with.i checked the spam but not seen.i've the email correctly . when i check the send mail account its not seen ant sent message but it display "We've emailed you instructions for setting your password.
    If you don't receive an email, please make sure you've entered the
    address you registered with" kindly help me to sort out this?

  • @poojangujarati5687
    @poojangujarati5687 3 года назад +2

    Sir, I am not getting any email even if submitted with registered email... and I have precisely followed your instruction too.

    • @abhishekvelera4780
      @abhishekvelera4780 3 года назад

      same problem

    • @chidiohiri
      @chidiohiri 3 года назад +1

      You are probably not collecting the emails during registration

  • @symphonysalameh5587
    @symphonysalameh5587 Год назад +1

    i followed everything u said , and when i fill the email and submit i got this NoReverseMatch at /registration/password_reset/
    Reverse for 'password_reset_confirm' not found. 'password_reset_confirm' is not a valid view function or pattern name. and this colored in red 6 {{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %} please how can i fix it :(

  • @NeoAAnderson
    @NeoAAnderson 4 месяца назад

    Good afternoon, could you help me urgently please, I have already tried thousands of videos, now I agree with yours, I followed the right tutorial, but when I click on the button "Forgot your password?" I am sent to the django administration page instead of the page I created

  • @MrTimax-lw9vl
    @MrTimax-lw9vl 7 месяцев назад

    Will it works for all users with different emails or it will be send from email we typed in variable?

  • @kashibrown9989
    @kashibrown9989 Год назад

    hello, I liked the video it is helping me understand new things, but i have an issue I am not getting a password reset in my command prompt. what can i do please?

  • @litebook1951
    @litebook1951 3 года назад +1

    email not going in case of using webmaster mail? why?

  • @gee_rex
    @gee_rex Год назад

    you are one of the best bro. Thanks

  • @AwaisAli-bb7rk
    @AwaisAli-bb7rk Год назад

    Amazing and simple, best one

  • @swagskygamer18
    @swagskygamer18 7 месяцев назад

    You can help me for create forget password for user in my django project......
    I failed in internal exam because of forget password not in my django project 😢
    Please help me

  • @regular2024
    @regular2024 9 месяцев назад

    i follow all the instruction but not get password reset code/link in my gmail

  • @bsmaheshkumar5328
    @bsmaheshkumar5328 3 года назад

    What a wonderful person you are.

  • @weixiangng8279
    @weixiangng8279 3 месяца назад

    Do I also need the cpanel or is just optional?

  • @andreykaenightcraft126
    @andreykaenightcraft126 Год назад +1

    Спасибо мужик, выручил)

  • @gauravgangurde7026
    @gauravgangurde7026 2 года назад

    Thanks Bro for pdf u r great !!!!!

  • @akrish4793
    @akrish4793 3 года назад +1

    bro pls can u make a video on the update /change password feature also pls bro i am in need of that and also bro help me with this issue iwhen i paste my token recievd in my console , i am not getting the required page it says that site can't be reached pls reply bro help.

    • @chidiohiri
      @chidiohiri 3 года назад

      create a forms.py file, import PasswordChangeForm from django.contrib.auth.forms and do the workings from there

  • @mcaddit6802
    @mcaddit6802 3 года назад

    i am getting this error Module "django.core.mail.backends.console" does not define a "EMailBackend" attribute/class please solve it.

  • @edelciojunior3917
    @edelciojunior3917 4 года назад +1

    Do you know how to create a Phone Code (to verification)? It's very important to use together this toturial. If yes, make a new tutorial teaching us. Thanks

    • @chidiohiri
      @chidiohiri 3 года назад

      Hey, you are going to need Trello

  • @philippemele5334
    @philippemele5334 Год назад +1

    Hello there, I cannot seem to be able to override your admin template for each of the template provided. I tried different tutorials, and always face the same problem. Would you have any pointers?

    • @philippemele5334
      @philippemele5334 Год назад +2

      For anyone with the same problem, I created a bunch of class based views for each urls. It worked. (it also required to override the forms too)

    • @NeoAAnderson
      @NeoAAnderson 4 месяца назад

      @@philippemele5334 I have the same error, I also tried to create class-based views for each URL and also the forms, but I continue to be directed to Django Administration. I do not know what else to do😞

  • @ryym7931
    @ryym7931 4 месяца назад

    it's not working i didn't get any email .

  • @fredydiazb
    @fredydiazb 3 года назад

    Thankssss you are the best

  • @mrrahman3894
    @mrrahman3894 Год назад +1

    Where is source code?

  • @borntofail7268
    @borntofail7268 3 года назад

    I hope you get million of suscribers, you rock bro.

  • @shivamrohilla208
    @shivamrohilla208 3 года назад

    what if user didn't get email, so how to resend that email ??

  • @cr7fanclubindiacr746
    @cr7fanclubindiacr746 2 года назад

    Can I do this on my website project which is on local host

  • @rakeshdangi740
    @rakeshdangi740 3 года назад

    Please tell us how to send reset password email to registered user from custom registration page not admin user , now we will sent reset link so only sent to admin users we cant sent to other user.

    • @chidiohiri
      @chidiohiri 3 года назад

      Make your question clearer please

  • @akrish4793
    @akrish4793 3 года назад

    bro this video is great and i have watched this video first time and u explained very well and i subscribed u and u have given everything in pdf which was a relief and bro can u make a video on update password also like if a user wants to change his password how can he do bro ?

    • @zahirgunnar1644
      @zahirgunnar1644 3 года назад

      i know it is kind of randomly asking but do anybody know of a good website to watch newly released series online?

    • @zanelucca8272
      @zanelucca8272 3 года назад

      @Zahir Gunnar i would suggest flixzone. You can find it on google =)

    • @armaniruben3135
      @armaniruben3135 3 года назад

      @Zane Lucca Definitely, I've been watching on flixzone for years myself :)

    • @zahirgunnar1644
      @zahirgunnar1644 3 года назад

      @Zane Lucca Thanks, I signed up and it seems like they got a lot of movies there :D I really appreciate it!!

    • @zanelucca8272
      @zanelucca8272 3 года назад

      @Zahir Gunnar Glad I could help xD

  • @pulgaaa62
    @pulgaaa62 2 года назад

    thank you thank you!!!!

  • @user-ed6cn1eo6f
    @user-ed6cn1eo6f Год назад +1

    какой же у индусов русский акцент я со своим b1 каждое слово понимаю

  • @joshwzr1257
    @joshwzr1257 8 месяцев назад

    Thanks

  • @AbhishekYadav-qr3yf
    @AbhishekYadav-qr3yf 11 месяцев назад

    view code is not given

  • @vuthyyib2001
    @vuthyyib2001 2 года назад

    Sir, How to do this with react js?

  • @sandeepchavagani5235
    @sandeepchavagani5235 4 месяца назад

    i want views code for this

  • @CAKASURFUNNYBANGLA
    @CAKASURFUNNYBANGLA 4 года назад

    🤘🤘🤘

  • @swagskygamer18
    @swagskygamer18 7 месяцев назад

    Hey bro

  • @himanshuthakurdesai6147
    @himanshuthakurdesai6147 Год назад

    I want to reset without username

  • @vishalkongre1820
    @vishalkongre1820 3 года назад

    I am not getting any email

  • @codingkipaathashaala5710
    @codingkipaathashaala5710 4 года назад

    Are bhai views.py file ki coding bataye bina cut liye aap to urls bata diya html pages ki coding bata di but wiout views (logic) ke kese urls work karege please share the business logic related to forget password

    • @blearningclub
      @blearningclub  4 года назад

      This is inbuilt system in Django ,so don't need any change to your code just change email id of webmaster if you need , here just use class base view so, you can use this direct from URL , no need to code in views.py

    • @littlebitprogrammer778
      @littlebitprogrammer778 3 года назад

      @@blearningclub how can I find that view.py file ?

  • @hanmantpetekar7304
    @hanmantpetekar7304 3 года назад

    ModuleNotFoundError: No module named 'logindjango' this error is coming

    • @hanmantpetekar7304
      @hanmantpetekar7304 3 года назад

      i searched everywhere but i didnot find imported logindjango module but error is showing while running server at localhost

    • @chidiohiri
      @chidiohiri 3 года назад

      Go through the codes judiciously again

  • @juanemerson7554
    @juanemerson7554 4 года назад

    cool man

  • @howardlevitan7700
    @howardlevitan7700 2 года назад

    Please give me your web site link

  • @nimishajain3722
    @nimishajain3722 3 года назад

    Name error auth is not defined error aara plz help to resolve