SC009 - Forgot Password and Password Reset in Laravel 8

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 51

  • @mustafadundarcelebi1974
    @mustafadundarcelebi1974 3 ปีที่แล้ว +2

    very simple as possible, and clear, short tutorial
    This chapter is short and sweet very informative.
    10 hearts of mine
    Thank you

    • @sawastacks
      @sawastacks  3 ปีที่แล้ว

      Glad it was helpful!

  • @learn_with_mrd
    @learn_with_mrd 3 ปีที่แล้ว +2

    Way you that teach things is very clear❤️❤️. I learned lots things in your tutorials. Thanks a lot.

  • @shashimalkawindawanninayak4153
    @shashimalkawindawanninayak4153 2 ปีที่แล้ว +2

    Where is the route part??

  • @mohamedmoussa1477
    @mohamedmoussa1477 2 ปีที่แล้ว

    Thank you. Very useful and helped a lot.
    just a small question, please. How can i implement it in multilingual?
    thank you

  • @JoaoVitor-pc4ps
    @JoaoVitor-pc4ps ปีที่แล้ว

    The token that is on the passwords_resets, is not the same token on the link that is on the e-mail?

  • @henonymous
    @henonymous 3 ปีที่แล้ว +1

    how to change the text inside the email?

  • @akinkunmiajiboye5092
    @akinkunmiajiboye5092 2 ปีที่แล้ว +1

    wow! I knew there will be a solution somewhere!!! Here it is

  • @dedihariyaanto9927
    @dedihariyaanto9927 2 ปีที่แล้ว

    hi i have an error "Expected response code 250 but got code "530", with message "530 5.7.1 Authentication required "'.

  • @uzairsharif7568
    @uzairsharif7568 2 ปีที่แล้ว +1

    Now google does not allow less secure account setting as you are telling on 1:33. what to do now?

    • @sawastacks
      @sawastacks  2 ปีที่แล้ว

      Hi. You can use free service for testing email on mailtrap.io. watch this video. th-cam.com/video/_K1-aGF2Cg0/w-d-xo.html
      But in the end of this series. I will show you how you will send email into gmail, yahoo, etc... inbox

  • @mhmed2003
    @mhmed2003 ปีที่แล้ว

    Hi bro, I can not find a route in the web file !?

  • @oksasatya7390
    @oksasatya7390 3 ปีที่แล้ว

    I got error 302 found, and i dont receive reset email to my gmail. What should i do?

  • @nandopookey9195
    @nandopookey9195 ปีที่แล้ว +1

    Thank you so much sir

  • @sehzadaaalam313
    @sehzadaaalam313 8 หลายเดือนก่อน

    When i click the reset password link from my gmail link , it show 404 not found 😢

  • @alirazafiazahmad750
    @alirazafiazahmad750 ปีที่แล้ว

    Sir Please Make A Video When We Click On SignUp Button Then OTP Send On to Our Email Account And Resend OTP Option And Minute Timer Running After One Minute OTP Will Expire in laravel 8

  • @Onyecode
    @Onyecode 3 ปีที่แล้ว +2

    can u do tutorial based on laravel + vue rather than jquery

    • @sawastacks
      @sawastacks  3 ปีที่แล้ว

      yes I will. Thank you innocent

  • @jinshadpk4558
    @jinshadpk4558 2 หลายเดือนก่อน

    Why is the mail not coming when I reset the password on the already hosted website?

    • @sawastacks
      @sawastacks  2 หลายเดือนก่อน

      When you hosted your project, you will need to change mail configuration in .env file according to the created email config for your hosting provider.
      MAIL_MAILER=smtp
      MAIL_HOST= [Incoming Server: mail.yourdomain.com]
      MAIL_PORT= [Outgoing Server: SMTP Port: 465]
      MAIL_USERNAME= [Username: youremail@yourdomain.com]
      MAIL_PASSWORD= [Password: Your Email Password]
      MAIL_ENCRYPTION= ssl
      MAIL_FROM_ADDRESS= [Username: youremail@yourdomain.com]
      MAIL_FROM_NAME="${APP_NAME}"
      I highly recommend to use PHPMailer Library
      Watch the following videos to get an idea:
      - How to Send email using PHPMailer in Laravel 8 | 100% Working on Live Hosting Server
      th-cam.com/video/oi6DsrhFVzM/w-d-xo.htmlsi=FLO2aEmVjTtn-SDN
      - Using PHPMailer Library to Send Email in Laravel 9
      Forgot Password and Password Reset in Laravel 8

  • @globalfundunion1119
    @globalfundunion1119 2 ปีที่แล้ว

    Route [password.update] not defined.

  • @Ambi-kf7ci
    @Ambi-kf7ci 7 หลายเดือนก่อน

    What about the route and controller config. when i am execute it shows route not found error

    • @sawastacks
      @sawastacks  7 หลายเดือนก่อน

      try to run "php artisan optimize" command

  • @angkai1911
    @angkai1911 2 ปีที่แล้ว

    Hi There, My $Token is undefine under reset.blade, could you please assist?

  • @-KelvinNathanaelLumbanraja
    @-KelvinNathanaelLumbanraja 3 ปีที่แล้ว

    How can i get SendsPasswordResetEmails function at forgotpasswordcontroller?
    my error is not found SendsPasswordResetEmails

    • @sawastacks
      @sawastacks  3 ปีที่แล้ว

      You will find this function under:
      app > vendor > laravel > ui > auth-backend > SendsPasswordResetEmails .php

    • @-KelvinNathanaelLumbanraja
      @-KelvinNathanaelLumbanraja 3 ปีที่แล้ว

      @@sawastacks but no vendor at app :(.I find with "go to file " at your source code and still cant find that.

    • @sawastacks
      @sawastacks  3 ปีที่แล้ว

      @@-KelvinNathanaelLumbanraja Ohh sorry, no vendor in github repo for this, The best way you can do that you have to install your own fresh laravel and then follow the tutorial.

  • @gebretnsae
    @gebretnsae 3 ปีที่แล้ว +1

    i appreciate for the way you teach and code thank you, and i was wodering if you
    make a tutorial how to build Task/Project management system with multi user (expand this tuto for it)

    • @sawastacks
      @sawastacks  3 ปีที่แล้ว +1

      Thanks for the idea!

    • @gebretnsae
      @gebretnsae 3 ปีที่แล้ว +1

      @@sawastacks yeah you are welxome and all yours, so if planned, it may include the title, desc, progress%, status (complete/in progress), weekly progress etc columns in my opinion

  • @dionmarlariosa6681
    @dionmarlariosa6681 2 ปีที่แล้ว

    This wont work on free hosting

  • @kingchrisbreezy
    @kingchrisbreezy 3 ปีที่แล้ว

    i got this error:------> Swift_TransportException
    Connection could not be established with host mailhog :stream_socket_client(): php_network_getaddresses: getaddrinfo failed:

    • @sawastacks
      @sawastacks  3 ปีที่แล้ว

      Make sure that you didn't made wrong writing on .env file.
      stackoverflow.com/questions/41690219/connection-could-not-be-established-with-host-mailtrap-io-php-network-getaddres

    • @kingchrisbreezy
      @kingchrisbreezy 3 ปีที่แล้ว

      @@sawastacks one more thing please, how can i redirect a logout processo to my start page, it redirect to 127.0.0.1:8000, where i should change the script?

    • @kingchrisbreezy
      @kingchrisbreezy 3 ปีที่แล้ว

      I got it, i changed it in app > vendor > laravel > ui > auth-backend > AuthenticatUsers.php:
      ...
      if ($response = $this->loggedOut($request)) {
      return $response;
      }
      return $request->wantsJson()
      ? new JsonResponse([], 'numberHere')
      : redirect('/my homePage');
      }.... Thanks

  • @JesusPantaleo
    @JesusPantaleo ปีที่แล้ว

    By Google Account: Questa impostazione non è più disponibile. Ulteriori informazioni =(

  • @jonnyelbert6772
    @jonnyelbert6772 2 ปีที่แล้ว

    does this tool require smtp?

    • @sawastacks
      @sawastacks  2 ปีที่แล้ว

      Yes, It requires SMTP

  • @ramzanabbasi4449
    @ramzanabbasi4449 3 ปีที่แล้ว

    Please develop the jobs website

  • @kangaari
    @kangaari 2 ปีที่แล้ว +1

    Thanks, very helpful :)

  • @giangtruong4571
    @giangtruong4571 2 ปีที่แล้ว

    thanks bro

  • @khalidbinwalid8915
    @khalidbinwalid8915 3 ปีที่แล้ว

    Source code please

    • @sawastacks
      @sawastacks  3 ปีที่แล้ว

      Source code:
      github.com/Mbere250/Laravel-8-multi-auth-based-on-Roles-with-examples

  • @alirazafiazahmad750
    @alirazafiazahmad750 ปีที่แล้ว

    Please Sir

  • @ramzanabbasi4449
    @ramzanabbasi4449 3 ปีที่แล้ว

    User profile

  • @АндрейГалушко-е9о
    @АндрейГалушко-е9о 2 ปีที่แล้ว

    Бля чувак спасибо! )

  • @WisitLove
    @WisitLove 3 ปีที่แล้ว

    I got Error : Call to undefined function imagettftext()
    >phpinfo I have GD??

  • @saranimanodya7670
    @saranimanodya7670 2 ปีที่แล้ว

    When I try to update password there's a message showing "This password reset token is invalid." in the reset form itself. how to fix it?