SC009 - Forgot Password and Password Reset in Laravel 8

  Рет қаралды 55,725

Sawa Stacks

Sawa Stacks

Күн бұрын

The simplest way of sending reset password link email when you forgot a password.
Source code:
github.com/saw...

Пікірлер: 51
@mustafadundarcelebi1974
@mustafadundarcelebi1974 3 жыл бұрын
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 жыл бұрын
Way you that teach things is very clear❤️❤️. I learned lots things in your tutorials. Thanks a lot.
@sawastacks
@sawastacks 3 жыл бұрын
Thank you
@akinkunmiajiboye5092
@akinkunmiajiboye5092 3 жыл бұрын
wow! I knew there will be a solution somewhere!!! Here it is
@nandopookey9195
@nandopookey9195 Жыл бұрын
Thank you so much sir
@uzairsharif7568
@uzairsharif7568 2 жыл бұрын
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. kzbin.info/www/bejne/lXyUXpR9e5d2nZI But in the end of this series. I will show you how you will send email into gmail, yahoo, etc... inbox
@shashimalkawindawanninayak4153
@shashimalkawindawanninayak4153 2 жыл бұрын
Where is the route part??
@sehzadaaalam313
@sehzadaaalam313 11 ай бұрын
When i click the reset password link from my gmail link , it show 404 not found 😢
@jinshadpk4558
@jinshadpk4558 5 ай бұрын
Why is the mail not coming when I reset the password on the already hosted website?
@sawastacks
@sawastacks 5 ай бұрын
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 kzbin.info/www/bejne/pZqZdaaonauJsK8si=FLO2aEmVjTtn-SDN - Using PHPMailer Library to Send Email in Laravel 9 Forgot Password and Password Reset in Laravel 8
@dedihariyaanto9927
@dedihariyaanto9927 2 жыл бұрын
hi i have an error "Expected response code 250 but got code "530", with message "530 5.7.1 Authentication required "'.
@kangaari
@kangaari 3 жыл бұрын
Thanks, very helpful :)
@sawastacks
@sawastacks 3 жыл бұрын
Glad it helped!
@mhmed2003
@mhmed2003 Жыл бұрын
Hi bro, I can not find a route in the web file !?
@Ambi-kf7ci
@Ambi-kf7ci 10 ай бұрын
What about the route and controller config. when i am execute it shows route not found error
@sawastacks
@sawastacks 10 ай бұрын
try to run "php artisan optimize" command
@henonymous
@henonymous 3 жыл бұрын
how to change the text inside the email?
@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 3 жыл бұрын
Thank you. Very useful and helped a lot. just a small question, please. How can i implement it in multilingual? thank you
@gebretnsae
@gebretnsae 3 жыл бұрын
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 жыл бұрын
Thanks for the idea!
@gebretnsae
@gebretnsae 3 жыл бұрын
@@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
@oksasatya7390
@oksasatya7390 3 жыл бұрын
I got error 302 found, and i dont receive reset email to my gmail. What should i do?
@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
@globalfundunion1119
@globalfundunion1119 2 жыл бұрын
Route [password.update] not defined.
@Onyecode
@Onyecode 3 жыл бұрын
can u do tutorial based on laravel + vue rather than jquery
@sawastacks
@sawastacks 3 жыл бұрын
yes I will. Thank you innocent
@angkai1911
@angkai1911 3 жыл бұрын
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.
@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 3 жыл бұрын
This wont work on free hosting
@giangtruong4571
@giangtruong4571 3 жыл бұрын
thanks bro
@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
@khalidbinwalid8915
@khalidbinwalid8915 3 жыл бұрын
Source code please
@sawastacks
@sawastacks 3 жыл бұрын
Source code: github.com/Mbere250/Laravel-8-multi-auth-based-on-Roles-with-examples
@ramzanabbasi4449
@ramzanabbasi4449 3 жыл бұрын
Please develop the jobs website
@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?
Laravel 8 REST API With Sanctum Authentication
54:13
Traversy Media
Рет қаралды 553 М.
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
Laravel Roles and Permissions: All CORE Things You Need To Know
16:32
Laravel Daily
Рет қаралды 230 М.
Reset Forgot Password : Laravel API
14:13
WebDevMatics
Рет қаралды 31 М.
Customizing password reset default email template in Laravel
21:31
Mahmoud Anwar
Рет қаралды 8 М.
PHP Password Reset by Email
20:56
Dave Hollingworth
Рет қаралды 71 М.
Laravel 8 custom authentication | part one
30:54
Sawa Stacks
Рет қаралды 35 М.
Send Bulk Emails like a Pro: A PHPMailer Tutorial
27:51
recente_video
Рет қаралды 123
How to Reset Password in Laravel
38:46
Codes Easy
Рет қаралды 25 М.