Тёмный
No video :(

Laravel API Integration Project #15 - Create Forget Password API and Reset Password Mail-In Laravel 

Programming Experience
Подписаться 15 тыс.
Просмотров 15 тыс.
50% 1

#forgetpasswordapiinaravel #resetpasswordinlaravel #laravelapiintegrationproject
Hello Dear,
Welcome To Our Channel Programming Experience. In this lecture, I explain, How to create Forget Password API, how to send reset password mail using SMTP in laravel, and then validate the reset mail token for reset password, after the token is validated then validate the password reset form, and then the user can reset or update the password.
My Contact-
Mail ID:- sandeepdevelopercontact@gmail.com

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

 

21 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 73   
@ParvinderSingh013
@ParvinderSingh013 2 года назад
Jwt best series on RU-vid
@ProgrammingExperience
@ProgrammingExperience 2 года назад
Thanks brother 👍🤗
@ahmadqureshi1071
@ahmadqureshi1071 7 месяцев назад
Great
@ProgrammingExperience
@ProgrammingExperience 7 месяцев назад
Thanks brother 👍
@sanjaysharma-sd1so
@sanjaysharma-sd1so 2 года назад
best Lecturer
@ProgrammingExperience
@ProgrammingExperience 2 года назад
Thanks dear 👍
@ankitgohel4776
@ankitgohel4776 2 года назад
Keep it up sir jii
@ProgrammingExperience
@ProgrammingExperience 2 года назад
Okay dear 👍
@ShahidAnsari-mh8cs
@ShahidAnsari-mh8cs 2 года назад
Thanks sir ji
@ProgrammingExperience
@ProgrammingExperience 2 года назад
Welcome Dear
@amitmeshram3073
@amitmeshram3073 2 года назад
thanks sir
@ProgrammingExperience
@ProgrammingExperience 2 года назад
Welcome dear 👍🤗
@user-vu9dl3vn7l
@user-vu9dl3vn7l 4 месяца назад
Thank you so much for this helpful tutorial! ❤
@ProgrammingExperience
@ProgrammingExperience 4 месяца назад
Your welcome brother 👍
@ViVi-jw8oe
@ViVi-jw8oe 2 года назад
Have you seen Life saver by any chance ? It's you... Jannn..
@ProgrammingExperience
@ProgrammingExperience 2 года назад
🤔🤔🤔
@ViVi-jw8oe
@ViVi-jw8oe 2 года назад
@@ProgrammingExperience Ya seriously .. I was searching this type tutorials now.. now its found.. Im relay glad to watch this video.. thanks to make such video for us.. :)
@ProgrammingExperience
@ProgrammingExperience 2 года назад
@@ViVi-jw8oe thanks dear 👍
@aqsanadir1060
@aqsanadir1060 2 года назад
It is very helpful tutorial sir, but i face one problem that is jab ma password ko reset kar ka save kar rahi ho then wo update nahi ho raha or second things ya be ha ka poorana wala mail ka link still work kar raha ha. kindly sir help me how can i resolve that problem.
@ProgrammingExperience
@ProgrammingExperience 2 года назад
😀, i think ki apne lecture thik se dekha ho, agar sahi se dekha hein to apko thoda code ka jo flow hein vo debug karne ki need hein, ki kaise aap use update kar rahe ho.
@aqsanadir1060
@aqsanadir1060 2 года назад
@@ProgrammingExperience yes sir mana same method follow kia ha apka but yahi issue a raha ha
@ProgrammingExperience
@ProgrammingExperience 2 года назад
@@aqsanadir1060 are you sure 💯, actually kya hein na ki baki logo ka perfect work kar raha h, but aap jaisa bol rahe ho us hisaab se to debug karna padega code. Agar fir bhi problem aye to batana jarur.
@aqsanadir1060
@aqsanadir1060 2 года назад
@@ProgrammingExperience okay sir ma debug karty ho and thank you🙃
@ProgrammingExperience
@ProgrammingExperience 2 года назад
@@aqsanadir1060 okay 👍
@abdallahalhasan8537
@abdallahalhasan8537 Год назад
"msg": "Connection could not be established with host mailhog :stream_socket_client(): php_network_getaddresses: getaddrinfo failed: No such host is known. " where is a error ?
@ProgrammingExperience
@ProgrammingExperience Год назад
Please add correct SMTP details in env file, if you provided correct details, then please clear the config cache then try.
@raghavjoshi3435
@raghavjoshi3435 8 месяцев назад
Really thanks for the video. I was stuck as everything worked fine but the password didnot reset. What the problem was that we didnot put public $incrementing = false; in PasswordReset model as a result the email was considered as a primary key and as an integer causing some internal disfunctioning making id to be passed to resetPassword function in UserController as 0. So if anybody does the same error, this comment would help. PasswordReset model below
@ProgrammingExperience
@ProgrammingExperience 8 месяцев назад
Please try with remove primaryKey email.
@raghavjoshi3435
@raghavjoshi3435 8 месяцев назад
@@ProgrammingExperience Ok, thanks for your reply
@ProgrammingExperience
@ProgrammingExperience 8 месяцев назад
@@raghavjoshi3435 your welcome brother 👍
@gabrieldonizettidario6169
@gabrieldonizettidario6169 8 месяцев назад
That was it, thank you.
@delacruzerickson539
@delacruzerickson539 9 месяцев назад
Hello sir sir there anything needs to be configured on the .env file? because after ive try to forget-password route, the password reset token is stored in the database however there is no email that ive received in my personal email. Hoping for your response. Thank you
@ProgrammingExperience
@ProgrammingExperience 9 месяцев назад
Yes please add the SMTP credentials in env file then run php artisan config:clear command then try again.
@delacruzerickson539
@delacruzerickson539 9 месяцев назад
@@ProgrammingExperience where i can find the SMTP credentials sir? sorry Im a newbie here
@ProgrammingExperience
@ProgrammingExperience 9 месяцев назад
@@delacruzerickson539 i have created already lecture on this just search 'google smtp' on this channel.
@farhanakumarkiri5600
@farhanakumarkiri5600 Год назад
Sir api/forgot-password send par click karne par ye "success": false, "msg": "Undefined variable (doler sign) request " error aaraha h please give me solution
@ProgrammingExperience
@ProgrammingExperience Год назад
Bhai forget-password mein variable mistake sign mistake ki hogi.
@shabanaiqbal6203
@shabanaiqbal6203 Год назад
When the password is reset so I am unable to delete the record and the link is also not disabled?? What to do?
@ProgrammingExperience
@ProgrammingExperience Год назад
Brother if your password has been reset, then please removed the token in DB.
@bilalinayat3218
@bilalinayat3218 Год назад
nice video sir but i am unable to send email
@ProgrammingExperience
@ProgrammingExperience Год назад
Have you added your SMTP credentials in env file?
@khanjan5623
@khanjan5623 Год назад
Plz help sir job mai forget password postman sy send kartha ho tho integrity contestant colum token cannot be null lektha hai plz help
@ProgrammingExperience
@ProgrammingExperience Год назад
Hmm token send kar rahe ho headers mein?
@khanjan5623
@khanjan5623 Год назад
​@@ProgrammingExperience sir kya mai what's pe app sy rabta kar saktha hai
@ProgrammingExperience
@ProgrammingExperience Год назад
@@khanjan5623 matlab
@khanjan5623
@khanjan5623 Год назад
@@ProgrammingExperience kya mai what's app pe contact kar saktha ho
@khanjan5623
@khanjan5623 Год назад
@@ProgrammingExperience can i contact you on WhatsApp
@jayadevrath2364
@jayadevrath2364 2 года назад
Brother please help when users table has multiple users it always show and change the first user password
@ProgrammingExperience
@ProgrammingExperience 2 года назад
You mean, are you want to change the first user password?🤔
@jayadevrath2364
@jayadevrath2364 2 года назад
@@ProgrammingExperience i want to change the email i am sending but it alloways change the first user password means the user id == 1
@ProgrammingExperience
@ProgrammingExperience 2 года назад
@@jayadevrath2364 😕😕 can you speak in hindi, so i understand easily your problem.
@jayadevrath2364
@jayadevrath2364 2 года назад
@@ProgrammingExperience brother mere user table me two user register hai.mene job second user ka password change karne ki koshish karta hun to nahi hota hai but first user ke password change ho jata hai. Meri reset password blade ke form me jo hidden input hai usme hamesha id 1 pass ho rara hai. Lagta hai me jo user fetch kar raha hu forgotPassword function under kuch galat hai.
@ProgrammingExperience
@ProgrammingExperience 2 года назад
@@jayadevrath2364 hmm bhai user id 1 bhejoge to first user ka hi password change hoga na apko second user ki id ko hidden mein pass karna hoga tab apka sahi se code work karega try karo aapne controller se sahi user ko fetch kiya hua hein ya nahi 🙂
@SurajKumar-di6vs
@SurajKumar-di6vs Год назад
Sir, aap Mohali me job karte ho..?
@ProgrammingExperience
@ProgrammingExperience Год назад
Bhai apne yeh 2nd baar question kiya hei or mene pehle bhi apko bataya hein ki mein mohali mein job nahi karta hu ab.
@sehzadaaalam313
@sehzadaaalam313 5 месяцев назад
When i click the reset password link from my gmail link , it show 404 not found 😢
@ProgrammingExperience
@ProgrammingExperience 5 месяцев назад
Pls that route is exist or not, and if exists then run optimize command.
@sehzadaaalam313
@sehzadaaalam313 5 месяцев назад
@@ProgrammingExperience please tell me optimize command
@ProgrammingExperience
@ProgrammingExperience 5 месяцев назад
php artisan optimize
@sehzadaaalam313
@sehzadaaalam313 5 месяцев назад
@@ProgrammingExperience Thanks for your response 🤗🤗❣️❣️❣️ Luv u
@ProgrammingExperience
@ProgrammingExperience 5 месяцев назад
Your welcome brother👍 luv u too
@RohitYadav-mt4vf
@RohitYadav-mt4vf 4 месяца назад
that code is not working very bad explain
@ProgrammingExperience
@ProgrammingExperience 4 месяца назад
Okay thanks brother 😊
Далее
PEDRO PEDRO INSIDEOUT
00:10
Просмотров 2,2 млн
When I met the most famous Cristiano
01:03
Просмотров 17 млн
Laravel Eloquent: Deeper Relationships with One Query
10:37
React js project # Login with API
14:28
Просмотров 263 тыс.
Top 10 CSS One Liners That Will Blow Your Mind
13:34
Просмотров 941 тыс.
PEDRO PEDRO INSIDEOUT
00:10
Просмотров 2,2 млн