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
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
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 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❤
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
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.
For Forgot Password using SMTP Email please Watch.
ruclips.net/video/Y54cfciVQaM/видео.html
many thanks! you are good at this. you know how to explain!
You're welcome!
Excellent Video
Glad you liked .
Consider subscribe channel ☺️
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
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
"Attempt to read property "password" on null" Error when trying to run it
Sir please make a video on
Forget password using smtp mailer using gmail
Please sir
Hi Pradip,
ruclips.net/video/Y54cfciVQaM/видео.html
you can watch this, Just Use any SMTP It will work.
thanks
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)
Glad You Solved, In order to pass values in FROM you need give name attribute to the input values.
sir dont forget to making email verification and forgot password 🔥
For sure in coming video I will try to cover these.
Thank you 💓
ruclips.net/video/Y54cfciVQaM/видео.html
match old password and update password have some problem
Hi zim
If you can tell me more about your problem
I can help you with the same.
Thanks
after completing the updatepassword function error like -> Class "App\Http\Controllers\Hash" not found
@@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❤
@@rjzim2506 Glad you resolved it. Thanks
I don't why I can't submit form, can you help me? 7:56
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
thank you very much. It is so helpful 💯
Everytime, it says "The new password confirmation does not match."
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.
@@TechToolIndia Yes, I saw where I was wrong.
Thanks, it now works.
@@stevenlevittt Glad it worked for you.