The simplest way of sending reset password link email when you forgot a password. Source code: github.com/saw...
Пікірлер: 51
@mustafadundarcelebi19743 жыл бұрын
very simple as possible, and clear, short tutorial This chapter is short and sweet very informative. 10 hearts of mine Thank you
@sawastacks3 жыл бұрын
Glad it was helpful!
@learn_with_mrd3 жыл бұрын
Way you that teach things is very clear❤️❤️. I learned lots things in your tutorials. Thanks a lot.
@sawastacks3 жыл бұрын
Thank you
@akinkunmiajiboye50923 жыл бұрын
wow! I knew there will be a solution somewhere!!! Here it is
@nandopookey9195 Жыл бұрын
Thank you so much sir
@uzairsharif75682 жыл бұрын
Now google does not allow less secure account setting as you are telling on 1:33. what to do now?
@sawastacks2 жыл бұрын
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
@shashimalkawindawanninayak41532 жыл бұрын
Where is the route part??
@sehzadaaalam31311 ай бұрын
When i click the reset password link from my gmail link , it show 404 not found 😢
@jinshadpk45585 ай бұрын
Why is the mail not coming when I reset the password on the already hosted website?
@sawastacks5 ай бұрын
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
@dedihariyaanto99272 жыл бұрын
hi i have an error "Expected response code 250 but got code "530", with message "530 5.7.1 Authentication required "'.
@kangaari3 жыл бұрын
Thanks, very helpful :)
@sawastacks3 жыл бұрын
Glad it helped!
@mhmed2003 Жыл бұрын
Hi bro, I can not find a route in the web file !?
@Ambi-kf7ci10 ай бұрын
What about the route and controller config. when i am execute it shows route not found error
@sawastacks10 ай бұрын
try to run "php artisan optimize" command
@henonymous3 жыл бұрын
how to change the text inside the email?
@JoaoVitor-pc4ps Жыл бұрын
The token that is on the passwords_resets, is not the same token on the link that is on the e-mail?
@mohamedmoussa14773 жыл бұрын
Thank you. Very useful and helped a lot. just a small question, please. How can i implement it in multilingual? thank you
@gebretnsae3 жыл бұрын
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)
@sawastacks3 жыл бұрын
Thanks for the idea!
@gebretnsae3 жыл бұрын
@@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
@oksasatya73903 жыл бұрын
I got error 302 found, and i dont receive reset email to my gmail. What should i do?
@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
@globalfundunion11192 жыл бұрын
Route [password.update] not defined.
@Onyecode3 жыл бұрын
can u do tutorial based on laravel + vue rather than jquery
@sawastacks3 жыл бұрын
yes I will. Thank you innocent
@angkai19113 жыл бұрын
Hi There, My $Token is undefine under reset.blade, could you please assist?
@-KelvinNathanaelLumbanraja3 жыл бұрын
How can i get SendsPasswordResetEmails function at forgotpasswordcontroller? my error is not found SendsPasswordResetEmails
@sawastacks3 жыл бұрын
You will find this function under: app > vendor > laravel > ui > auth-backend > SendsPasswordResetEmails .php
@-KelvinNathanaelLumbanraja3 жыл бұрын
@@sawastacks but no vendor at app :(.I find with "go to file " at your source code and still cant find that.
@sawastacks3 жыл бұрын
@@-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.
@kingchrisbreezy3 жыл бұрын
i got this error:------> Swift_TransportException Connection could not be established with host mailhog :stream_socket_client(): php_network_getaddresses: getaddrinfo failed:
@sawastacks3 жыл бұрын
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
@kingchrisbreezy3 жыл бұрын
@@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?
@kingchrisbreezy3 жыл бұрын
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
@dionmarlariosa66813 жыл бұрын
This wont work on free hosting
@giangtruong45713 жыл бұрын
thanks bro
@JesusPantaleo Жыл бұрын
By Google Account: Questa impostazione non è più disponibile. Ulteriori informazioni =(