Тёмный

How to Reset Password in Laravel 

Codes Easy
Подписаться 32 тыс.
Просмотров 24 тыс.
50% 1

In this video we will be seeing how to implement reset password option in Laravel. We will be explaining everything and implementing it. You can also implement login and registration using the link given bellow and this video is a continuation of the login and registration video. Watch the video, learn the implementation and add proper features to your project.
Login and Registration in Laravel: • How to create Custom L...
Download Source Code: youtube.codese...
For Doubts (ask it here) ###
Discord: / discord
Whatsapp group: whatsappgroup....
########################
For Business Queries ###
Contact us for any business queries:
Email: mail@codeseasy.com
Phone number: +918281536333
WhatsApp: whatsapp.codes...
#########################
Find us on Social Media:
Website: www.codeseasy.com
Telegram: t.me/CodesEasy...
Facebook: / codeseasy
Instagram: / codeseasy
Twitter: / codeseasyblog

Опубликовано:

 

4 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 55   
@MalisStudio
@MalisStudio 3 месяца назад
long video. but all message is clear. thanks boss for your awesome video.
@CodesEasy
@CodesEasy 3 месяца назад
You are most welcome
@فنونالشطرنج-و2ج
@فنونالشطرنج-و2ج 10 месяцев назад
Thanks for the video! we need more laravel video's , oke
@CodesEasy
@CodesEasy 10 месяцев назад
Yes we are working on it
@TredzzMedia-dm7xc
@TredzzMedia-dm7xc 4 месяца назад
Hello, thanks so much for the video. I have an error, the reset page is displaying even when I use just 1 as the token, the page works even with tokens that doesn’t exist in password_resets table.
@ms-hz9il
@ms-hz9il 8 месяцев назад
keep up the good work ,your follower from jordan with love ❤❤
@CodesEasy
@CodesEasy 7 месяцев назад
Thank you! Will do!
@RobertoMarioLopezSarmiento
@RobertoMarioLopezSarmiento 12 дней назад
Good morning, afternoon or evening, I have a question, where is "reset-password" from? I don't see a view with that name in the video.
@LiteLearn-c8d
@LiteLearn-c8d 7 месяцев назад
sir thaks for your tutorials i'm just wondering if u have any other solution because i ry to set access of an secure apps ,and google does not allow this any more !
@joshuamartinez5654
@joshuamartinez5654 4 месяца назад
Thank you so much!
@CodesEasy
@CodesEasy 4 месяца назад
Glad it helped!
@dbms1340
@dbms1340 11 месяцев назад
salamw alaikm , this guy is awsome
@CodesEasy
@CodesEasy 11 месяцев назад
Glad you liked it
@Ahmar-ir4ek
@Ahmar-ir4ek 3 месяца назад
Thank you
@CodesEasy
@CodesEasy 3 месяца назад
You're welcome
@nam7634
@nam7634 3 месяца назад
When i click the link in mail it redirect to right route but it is localhost/ not 127.0.0.1:8000/, so it alert The requested URL was not found on this server. Can u help me ?
@digielekelektor1676
@digielekelektor1676 Год назад
hi thanks for thos good video, i want to ask whtch text editor you use?
@CodesEasy
@CodesEasy Год назад
PHPStorm
@mayboyx
@mayboyx 8 месяцев назад
thank you brother. So, the user's email doesn't have to be verified for using this reset password feature?
@CodesEasy
@CodesEasy 7 месяцев назад
Not needed, but it's better to verify users email while registering the account - if the email is not found or wrong this will not send the reset password email
@konsey6610
@konsey6610 Год назад
Thanks, it was a very useful video. But I didn't understand one thing. User is already requesting password reset by typing their e-mail address. Why are we asking for the email address again in the form? Wouldn't it be better if we only ask password and confirm password? Is it possible to do this?
@CodesEasy
@CodesEasy Год назад
It is definitely possible, but it's a bit more secure to ask for email in case someone gets the password reset link by chance.
@konsey6610
@konsey6610 Год назад
@@CodesEasy thanks for answer
@krrishhalder
@krrishhalder 9 месяцев назад
Thanks man, it's working.
@CodesEasy
@CodesEasy 9 месяцев назад
You're welcome!
@samueluche5179
@samueluche5179 4 месяца назад
Hi, what if I want the frontend to be in React? Is there something unique I will have to bear in mind?
@hamzasaadi85
@hamzasaadi85 2 месяца назад
you can make the process of resetting password to be handled using Laravel, in this case the user will be redirected to the url of your API. It's easier than recreating this the entire logic for the api and the front-end part
@ms-hz9il
@ms-hz9il 8 месяцев назад
but i am trying to set access of an secure apps ,and google does not allow this any more !🤷‍♂🤷‍♂🤷‍♀🤷‍♀
@CodesEasy
@CodesEasy 7 месяцев назад
What are you trying to do?
@nyimarn-dp3uh
@nyimarn-dp3uh 9 месяцев назад
Thank you video but env file explain password is needed
@CodesEasy
@CodesEasy 9 месяцев назад
What is the error you are getting. If you are not able to connect to the database check your db credentials, username, host, password etc
@sithumalsi286
@sithumalsi286 10 месяцев назад
I got success message for sending mail. but I didn't recieve emails. can you help me
@CodesEasy
@CodesEasy 10 месяцев назад
Most probably it could be an issue with the SMTP server
@survival_gamingyt
@survival_gamingyt Год назад
i got an error when clicking on email (reset password) error:The GET method is not supported for this route. Supported methods: POST.
@CodesEasy
@CodesEasy Год назад
The route is defined as post, check the video you might want to set it as get.
@survival_gamingyt
@survival_gamingyt Год назад
@@CodesEasy I have done as it is in the video again i got msg like this. The GET method is not supported for this route. Supported methods: POST.
@louisikwuegbu2127
@louisikwuegbu2127 10 месяцев назад
try and use "any" in routes. Route: :any()@@survival_gamingyt
@فنونالشطرنج-و2ج
@فنونالشطرنج-و2ج 10 месяцев назад
@@survival_gamingyt you can use any method
@thewanderingfox-2504
@thewanderingfox-2504 8 месяцев назад
how to reset the password without typing email in the resetting form??
@CodesEasy
@CodesEasy 8 месяцев назад
The user will have to know the previous password or send an email or send otp etc
@okasha8015
@okasha8015 10 месяцев назад
one video on email verification in laravel.
@CodesEasy
@CodesEasy 10 месяцев назад
Sure👍
@AmenaVioli-sy7fh
@AmenaVioli-sy7fh Год назад
next part of laravel pls
@CodesEasy
@CodesEasy Год назад
Yes, soon. We are working on new Laravel course series. coming soon
@TQT-IT
@TQT-IT 10 месяцев назад
hey why url resetpasssword/token not found ?
@CodesEasy
@CodesEasy 10 месяцев назад
Check your routes web.php you might not have the route specified
@hurairahsartandcraft4515
@hurairahsartandcraft4515 9 месяцев назад
hi can you please add a email verification to it?
@CodesEasy
@CodesEasy 9 месяцев назад
Sure👍
@mjmacam2265
@mjmacam2265 9 месяцев назад
Im getting SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry for key 'PRIMARY'
@CodesEasy
@CodesEasy 9 месяцев назад
You are trying to enter the same value for the primary key. Primary key will be unique in nature
@Ahmar-ir4ek
@Ahmar-ir4ek 3 месяца назад
Далее
Deploying a Laravel Application for the First Time
29:27
How to create Custom Login Registration in Laravel
1:21:57
Login and Registration in Laravel
46:06
Просмотров 15 тыс.
Reset Forgot Password : Laravel API
14:13
Просмотров 31 тыс.
Laravel + Livewire todo app (and so much more)
16:41
Просмотров 46 тыс.
React + Laravel Full-stack Application | Build and Deploy
3:13:19
Shadcn/ui but for Laravel
15:53
Просмотров 10 тыс.