SC009 - Forgot Password and Password Reset in Laravel 8

Поделиться
HTML-код
  • Опубликовано: 27 сен 2024
  • The simplest way of sending reset password link email when you forgot a password.
    Source code:
    github.com/saw...

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

  • @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

  • @akinkunmiajiboye5092
    @akinkunmiajiboye5092 2 года назад +1

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

  • @sehzadaaalam313
    @sehzadaaalam313 6 месяцев назад

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

  • @jinshadpk4558
    @jinshadpk4558 Месяц назад

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

    • @sawastacks
      @sawastacks  Месяц назад

      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
      ruclips.net/video/oi6DsrhFVzM/видео.htmlsi=FLO2aEmVjTtn-SDN
      - Using PHPMailer Library to Send Email in Laravel 9
      Forgot Password and Password Reset in Laravel 8

  • @shashimalkawindawanninayak4153
    @shashimalkawindawanninayak4153 2 года назад +2

    Where is the route part??

  • @Ambi-kf7ci
    @Ambi-kf7ci 6 месяцев назад

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

    • @sawastacks
      @sawastacks  6 месяцев назад

      try to run "php artisan optimize" command

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

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

  • @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?

  • @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

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

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

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

    Route [password.update] not defined.

  • @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.

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

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

  • @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

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

    This wont work on free hosting

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

    Please develop the jobs website

  • @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??

  • @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

  • @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. ruclips.net/video/_K1-aGF2Cg0/видео.html
      But in the end of this series. I will show you how you will send email into gmail, yahoo, etc... inbox

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

    how to change the text inside the email?

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

    Thank you so much sir

  • @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?

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

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

  • @kangaari
    @kangaari 2 года назад +1

    Thanks, very helpful :)

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

    thanks bro

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

    does this tool require smtp?

  • @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

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

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