How to change password in laravel 9 | change password in laravel 9 for beginners

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

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

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

    For Forgot Password using SMTP Email please Watch.
    ruclips.net/video/Y54cfciVQaM/видео.html

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

    many thanks! you are good at this. you know how to explain!

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

    Excellent Video

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

      Glad you liked .
      Consider subscribe channel ☺️

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

    thank you so much, your code helped me out and i just read the other comments and got the same error, the only fix for me was putting App\User and use Illuminate\Support\Facades\Hash

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

      Hey,
      As we are using both User Model and Hash Facade, You have to import it for sure in order to work.
      Glad you noticed and implemented.
      Consider subscribing.
      thanks

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

    "Attempt to read property "password" on null" Error when trying to run it

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

    Sir please make a video on
    Forget password using smtp mailer using gmail
    Please sir

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

      Hi Pradip,
      ruclips.net/video/Y54cfciVQaM/видео.html
      you can watch this, Just Use any SMTP It will work.
      thanks

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

    Form se submit kiya hua data post se dumpanddie nahi hora. sirf token aa raha hai old password new password and renew password nahi aaraha.
    HELP!(Solved : Using name attributes properly in input tag)

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

      Glad You Solved, In order to pass values in FROM you need give name attribute to the input values.

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

    sir dont forget to making email verification and forgot password 🔥

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

      For sure in coming video I will try to cover these.
      Thank you 💓

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

      ruclips.net/video/Y54cfciVQaM/видео.html

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

    match old password and update password have some problem

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

      Hi zim
      If you can tell me more about your problem
      I can help you with the same.
      Thanks

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

      after completing the updatepassword function error like -> Class "App\Http\Controllers\Hash" not found

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

      @@TechToolIndia Problem is solved. I missed to include my model at the top:- use App\User; and import the hash class from:- use Illuminate\Support\Facades\Hash; in HomeContoller.php file
      Thank you so much sir❤️ for your immense hard work❤

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

      @@rjzim2506 Glad you resolved it. Thanks

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

    I don't why I can't submit form, can you help me? 7:56

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

      Hey There,
      You can read all steps at techtoolindia.com/how-to-change-password-in-laravel-9 .
      Please follow the steps copy code from above link and try.
      Thanks

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

      thank you very much. It is so helpful 💯

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

    Everytime, it says "The new password confirmation does not match."

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

      Hi Steven, May be considering looking at the steps once again for your reference techtoolindia.com/how-to-change-password-in-laravel-9 . Check this out hopefully you will get the solution.

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

      @@TechToolIndia Yes, I saw where I was wrong.
      Thanks, it now works.

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

      @@stevenlevittt Glad it worked for you.