Forgot Password Recovery By Email in Login System using PHP and MySQLi in Hindi

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

Комментарии • 149

  • @Syiflorist
    @Syiflorist 4 года назад +12

    Hey! Thank u so much for ur tutorial. Even I don't understand for ur language. But I can understand what u show me. Really useful! 😊

  • @SURYA-jw1ct
    @SURYA-jw1ct 4 года назад +5

    Best series of videos to watch for a beginner (y) !

  • @niteshchaurasiya1531
    @niteshchaurasiya1531 4 года назад

    Thank Very muc Sir muje is video ka intzar baut dino se tha kai video deka par aapke jaisa explanation koi nai karta really Sir .

  • @gaurav6237
    @gaurav6237 4 года назад +5

    This is most required video, thanku thapa sir 😊

    • @ThapaTechnical
      @ThapaTechnical  4 года назад

      Welcome. Plz share with your friends and classmates too na.. har jaga share krdo yr

  • @adilsaeed5381
    @adilsaeed5381 4 года назад +2

    but sir agr hum kisi or ki email id type krk nechy forgot passwrd pr click kry and then uski recovery krly to humy to kisi or k email ka access mil jaygaa... ye drawback nahe kya ?? ans plz

  • @Dhirajsharma14599
    @Dhirajsharma14599 4 года назад +1

    Thank you for this video thapa bhaiya.
    I' m very happy for this video.
    I wish You always move forward and success in your life thank you so much.

  • @rohitkumardas8076
    @rohitkumardas8076 4 года назад +3

    bro..admin dashboard pe video banao na...hamare site pe kitne users registration kr rhe h wo usne kis kis field me ky ky fill kiye h usko preview krna edit krna delete kra..es trah kr k. plus isme profile pic v ho.

  • @sandeeptech9110
    @sandeeptech9110 4 года назад +2

    Sir plz make this video using php mailer this is very helpful for us.through localhost it take more time to send the mail to the user

    • @CodersGyan
      @CodersGyan 4 года назад +1

      Sending mail is always long and heavy process. That’s why on production site queue workers are used in background:)

  • @aashishsharma3566
    @aashishsharma3566 4 года назад +2

    Bahi show password and hide password ka bhe vedio banayo in a login form..

    • @CodersGyan
      @CodersGyan 4 года назад

      Aashish sharma It’s very simple if you know little bit JavaScript:)

    • @shubujarwal3661
      @shubujarwal3661 4 года назад

      It is very easy use javascript....onclick event... display block/none

    • @CodersGyan
      @CodersGyan 4 года назад

      @shubu it won’t work like that. You have to toggle the input type from password to text and vice versa . And this can be done using JavaScript with 2-3 lines of code :)

    • @shubujarwal3661
      @shubujarwal3661 4 года назад

      @@CodersGyan there are lots of tricks buddy...ur also right

  • @pabitrakumarnayak1341
    @pabitrakumarnayak1341 Год назад

    Thanks Sir Its like a medicine to us
    Love From #Odisha

  • @faisalchowdhury3480
    @faisalchowdhury3480 4 года назад +2

    Sir, i am from Bangladesh . I really like the way you teach and i learned from you lot ❤❤
    But sir i have a doubt on this video . Why you are not update the confirm password. Is that a mistake or thats doesn't matter....???

  • @subhankardutta3777
    @subhankardutta3777 4 года назад

    bhai thumara video bohot kaam ka hai thank you aaysa he content upload krte raho

  • @jaikamal9146
    @jaikamal9146 3 года назад

    Boom guys. Maja aa gaya. Very very very gd lecture. Learning better.

  • @prashantsoni4022
    @prashantsoni4022 4 года назад +1

    Thanks brother for solve my problem 👍

  • @vipulkhiranwal4938
    @vipulkhiranwal4938 4 года назад

    Sir app ki video bhut hi helpful hoti ha.
    Please Sir online test pr ek video banayo jisme nagetive marking bhi ho..

  • @roshanwatkar7089
    @roshanwatkar7089 4 года назад

    Sir aap laravel par video banao with project aap bahot achha padhate ho

  • @vishaltank6485
    @vishaltank6485 4 года назад +3

    sir.. pagination par video banaiye

  • @GauravSingh-id8er
    @GauravSingh-id8er 4 года назад +1

    Sir it's request you to please make video on login with Facebook and Google

  • @SharifDigitalPoint
    @SharifDigitalPoint 4 года назад +1

    Brother mera ak website he usme json file download ka system lagana he, us json file me user ka like name mobile no father oh sab hoga jo ki database se ayega name so pls ap ye kam kar payrnge kiya ? Agar ho to pls mujhe boliye jo payment hoga me de dunga par pls agar hoga to boliye..

  • @akkithakor5669
    @akkithakor5669 4 года назад

    Thanks sir aek dam kdk lern karavaya sir
    Thank you si much sir

  • @mmrashid25
    @mmrashid25 4 года назад

    Very helpful video,,thank you so much...(mamun from bangladesh )

  • @avinashchopade5649
    @avinashchopade5649 3 месяца назад

    Thank sir 🙏

  • @johnthapa1879
    @johnthapa1879 4 года назад

    Awesome video bro.. aj kal form me ho lag rha hai

  • @ruchiketchakor9267
    @ruchiketchakor9267 4 года назад

    Thank you Vinod Bhai

  • @dilawarkhan4162
    @dilawarkhan4162 3 года назад

    bhai love you yar bht achy ho ap

  • @usamazahid5239
    @usamazahid5239 4 года назад +2

    sir you should post video on password_verify function is not working. Many students are facing this issue

    • @ThapaTechnical
      @ThapaTechnical  4 года назад

      I already made video on this.. login n logout using php plz check

    • @usamazahid5239
      @usamazahid5239 4 года назад

      @@ThapaTechnical sir i already checked your video but facing this issue

    • @usamazahid5239
      @usamazahid5239 4 года назад +1

      @@ThapaTechnical if(isset($_POST['submit']))
      {
      $email=mysqli_real_escape_string($con,$_POST['email']);
      $password=mysqli_real_escape_string($con,$_POST['password']);
      $email_search="select * from users where email='$email'";
      $query= mysqli_query($con,$email_search);
      $email_count=mysqli_num_rows($query);
      if($email_count)
      {
      $email_pass=mysqli_fetch_assoc($query);
      $db_pass=$email_pass['password'];
      echo $db_pass,"";
      $pass_decode=password_verify($password,$db_pass);
      if ($pass_decode) {
      echo "you are logged in ";
      }else
      {
      echo "password incorrect";
      }
      }else
      {
      echo "Invalid Email";
      }
      }
      my code it shoes me password incorrect every time login plz help me to solve it

    • @usamazahid5239
      @usamazahid5239 4 года назад

      password_verify is not working

  • @beerendratravellingfiles
    @beerendratravellingfiles 4 года назад +1

    Sir.. Plz help
    Admit card download features ya fir certificate verification jaise features web site me kaise add karen pls help..
    Any vedio link or any thing pls help

  • @shubhamvyas804
    @shubhamvyas804 4 года назад

    Sie ji love you best content
    Recommend the laptop for web developer

  • @yuvraj_das
    @yuvraj_das 2 года назад

    amazing sir superb...

  • @shahindomar3958
    @shahindomar3958 8 месяцев назад

    Sir, Do You Know, Google Less Secure App is Closed, Then Now How I Can do this. Can You Tell Me? Please Sir,

  • @adilazad4308
    @adilazad4308 4 года назад +1

    Sir Online Server pe mail kaise send hoga please video bnayen

  • @taibaiftikhar3858
    @taibaiftikhar3858 4 года назад

    Thank u soo much sir

  • @bikramjitsinghvirdi5365
    @bikramjitsinghvirdi5365 3 года назад

    Hi Sir, Thanks For Everything.I am from punjab sir kya mujhe sara code mill sakta hia.

  • @junaidmasih2732
    @junaidmasih2732 4 года назад

    sir thank you so much

  • @psplphoto371
    @psplphoto371 3 года назад

    nice suggestion

  • @shawnjoseph3542
    @shawnjoseph3542 2 года назад

    Thanks bro

  • @jagannathdas4717
    @jagannathdas4717 4 года назад

    Awesome video 👍👌

  • @usmangani611
    @usmangani611 3 года назад

    थैंक्स man

  • @shubujarwal3661
    @shubujarwal3661 4 года назад

    But bro agr koi password hi bhul gya to mail kese kholega...or agr alternate mail bhi dalega uspe link aajaegi....to mail to koi bhi apni alternate daldega....OTP security ki video banao

  • @safehandstraders841
    @safehandstraders841 3 года назад +1

    hello sir i am facing this error please guide me
    Notice: Undefined variable: useremail in F:\xampp\htdocs\fb\adda
    esetpassword.php on line 2

  • @DEEPANSHU_NAG
    @DEEPANSHU_NAG 4 года назад

    Awesome bhai ✌🏻
    Achha kya hm log google aur Facebook se v login karege ?

  • @RNClass1
    @RNClass1 4 года назад

    Nice sir

  • @rtamim8268
    @rtamim8268 3 года назад

    Sir mera ek gmail I'd hay.pasdword vulgay phn pay verification code send c karte hay.mayne code like enter kiya then send another verification code in my gmail.jisko mayne sign in karrahahoo.is liye mainy gmail verification code main ja nehi pa rahahoo.and I cant sign in .ap mere ko help karogi sir plz

  • @cslearninghouse
    @cslearninghouse 2 года назад

    I am facing an issue... Issue is that the status of username changes from "non verified " to "verified" by opening verification email rather than clicking on verification link. I mean to say, when i click on verification link, it says "already verified". I want the status to be changed by clicking on verification link rather than just checking of verification email. Please help

  • @blocksinfotech61
    @blocksinfotech61 2 года назад

    create new token and update on user table then send for verification..

  • @veenapanchal1123
    @veenapanchal1123 2 года назад

    The value of token is not getting fetched from the url could you please tell me what is the problem and i have used two different files one for form and one for resetting password

  • @jaydeepsapariya8532
    @jaydeepsapariya8532 4 года назад

    sir how to integrate facebook and google account with login.. plz... make video on it

  • @anirban1917
    @anirban1917 4 года назад

    Sir ek chota sa mistake hua hai..... Ap check karke dkho, syed apka PASSWORD or CPASSWORD match nehi karega..... Q ki apne to PASSWORD ko update kar dia, magar CPASSWORD ko update nei kia........ Update Query me apne sirf PASSWORD ko hi update kia CPASSWORD ko vul gaye..........

  • @kaustubhdalal6840
    @kaustubhdalal6840 3 года назад

    mail() function is not working not getting any error shows failed to sending only all the requires variable are set with the proper data in the mail function could you please tell me the solution?

  • @aamirsaleem794
    @aamirsaleem794 4 года назад

    very osm

  • @learningasap172
    @learningasap172 2 года назад

    Token get ni horaha hai get method k through no token found message araha ha

  • @ASHISHKACHHI
    @ASHISHKACHHI 4 года назад

    Sir Cache Storage pe video banaye.

  • @supriyasen5989
    @supriyasen5989 3 года назад

    Sir, how to create QR code using php-mysql? Could you explain please??

  • @anuitsolution
    @anuitsolution 3 года назад +1

    kuch to galat hua sb sahi ja raha tha bs last me token not found aara hai

  • @Ex-Coder
    @Ex-Coder 3 года назад

    Sir,,, please ek registration form ka source code free provide kariye na.....Like Ehi kar dijiye

  • @Abhijit.Ghosh20
    @Abhijit.Ghosh20 4 года назад +1

    Is PHP language antiquated and obselete language????

    • @CodersGyan
      @CodersGyan 4 года назад

      Dear Abhijit. Not at all. We all know php has been there for so long. It has acquired 80% of web market. Because its language of the web and for the web.
      Till PHP 7 php was not that good. But In PHP 7 they have rewritten the PHP engine and PHP become 2X faster. And now community is working very hard on newer versions and introduced some Arrow functions like Javascript :) And Most powerful part is the frameworks like Laravel, Php becomes very Special :)

    • @Abhijit.Ghosh20
      @Abhijit.Ghosh20 4 года назад

      @@CodersGyan salary or increment is very lesser as compared to other enriched language like python programming

    • @CodersGyan
      @CodersGyan 4 года назад

      @@Abhijit.Ghosh20 Yeh it depends on your skill sets :)

  • @BGMIHUB_Fun
    @BGMIHUB_Fun 4 года назад

    Bhai aak complete blog banana sikha do bhai please PHP and bootstrap 4 sa please please please

  • @sabirmaknojiya8651
    @sabirmaknojiya8651 3 года назад +1

    sir link per click karta hu to not secure kyo aaraha he

  • @devashishbarua4894
    @devashishbarua4894 4 года назад

    Sir oops or framwork series start kare pls

  • @souravbishai5755
    @souravbishai5755 4 года назад

    how to create registration number one by one. please sir one video

  • @naheedfaiz268
    @naheedfaiz268 3 года назад

    Pleasesssss make same on.nodejs

  • @krunalijain7012
    @krunalijain7012 2 года назад

    If we don't have token in our database then what should we use ?

    • @nasir_779
      @nasir_779 Год назад

      Use phone number or email as a token

  • @ashwani.k9562
    @ashwani.k9562 4 года назад

    Hi thapa Bhai

  • @kaushiklavantra8861
    @kaushiklavantra8861 4 года назад

    Mujhe ek form banana hai meri website pe user vo form bharne ke baad direct vahi form pdf hona chaahiye kaise karu

  • @rashmijadhav9549
    @rashmijadhav9549 2 года назад

    Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given in C:\xampp\htdocs\forgetpassword.php on line 10 I am getting this error can you please help me out

  • @jamaluddinthandar3661
    @jamaluddinthandar3661 4 года назад +1

    How to resolved the issue
    Access-Control-Allow-Origin ?? Please sir reply me

    • @CodersGyan
      @CodersGyan 4 года назад +1

      Are you using APIs ? Just add this line to top of your backend code. *** header("Access-Control-Allow-Origin: *"); *** but be careful because by doing this you are allowing any domain to request your Api and this is not that secure so instead using * you may put your domain name which you are calling api from.
      Please let me know if it solves this problem.

    • @jamaluddinthandar3661
      @jamaluddinthandar3661 4 года назад

      @@CodersGyan thanks 😊 is not working please help me

    • @CodersGyan
      @CodersGyan 4 года назад

      @@jamaluddinthandar3661 Please tell me more about your stack. What are you trying to do

  • @Yuthstartup
    @Yuthstartup 4 года назад

    Aap ki programing script mil skati hai kya

  • @najeebpagal138
    @najeebpagal138 4 года назад

    sir mera dataupdate ho jata e database me laikin jb me login krta to mera old and new password dono e accept nai krta

  • @shrirajtechnicals2911
    @shrirajtechnicals2911 3 года назад

    Apne inactive active ka nhi bataya

  • @bholabarai5795
    @bholabarai5795 4 года назад

    hi thapa technical, i have a confusion if anyhow i got " localhost/bootstrap/admin_reset_password.php?token=0bf6f9944d78002cf166fe9bf5a146b9" this link then anyone can reset again my password so how can we safe to
    this problem

  • @sikegaming1163
    @sikegaming1163 2 года назад +1

    Sir, Source Code De Do Plz

  • @viralcontains
    @viralcontains 3 года назад

    No token found continuously dikha raha hai

  • @varadsalgare7848
    @varadsalgare7848 4 года назад

    First comment bhaai😘😘

  • @_saurav_jha
    @_saurav_jha 2 года назад

    Bhai Source code post karo na

  • @nageshnaik5343
    @nageshnaik5343 4 года назад

    Next video email otp wala login krne me email me otp jata ho

  • @Collision_liveYT
    @Collision_liveYT 4 года назад

    Bro in my code token is not found how can i get please tell me bro ..
    Or anyone ???

  • @rehmatullah413
    @rehmatullah413 3 года назад

    just editing kar raha ho kuch samj ni a rahe

  • @maheshraj290
    @maheshraj290 4 года назад

    Please Sirji 🙏

  • @ur.cristianos7-w8b
    @ur.cristianos7-w8b 4 года назад

    sir mera email send nhi ho rha hai plz help me

  • @RCB971
    @RCB971 4 года назад

    sir why my email is not sending.. ??
    although i have given the correct input
    its showing as email sending 👎 ??

    • @gautamagarwal3394
      @gautamagarwal3394 4 года назад

      did u set your php.ini file and mail.ini file?

    • @RCB971
      @RCB971 4 года назад

      @@gautamagarwal3394nehi bhaiyya

  • @dhruvilsoni2751
    @dhruvilsoni2751 3 года назад

    Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampp\htdocs\piston
    ecover_password.php on line 33...... HOW CAN I RESLOVE IT...... I CHANGE THAT PHP.INI EVEVTHOUG IT GIVE ME WARNING

  • @krunalijain7012
    @krunalijain7012 2 года назад

    How to resolve "failed to connect to localhost port 25" error ? Please help

    • @KaranDas69
      @KaranDas69 2 года назад

      Localhost par kam ni karta

    • @KaranDas69
      @KaranDas69 2 года назад

      Live server pe karna parega

  • @rahulsinha1996
    @rahulsinha1996 3 года назад

    you didn't add the "status" of user active or inactive. You did direct login functionality only. Kindly answer my comment and please make a video for this also using same page. Thank you

  • @lalitmoharana7344
    @lalitmoharana7344 4 года назад

    Bhai is code ka link de do

  • @vinaychougule1758
    @vinaychougule1758 4 года назад

    Warning: mail(): Multiple or malformed newlines found in additional_header in.

  • @Alaksha_philistine
    @Alaksha_philistine 4 года назад

    Sir php.ini ki or sendmail setting ki fir bhi mail send nhi ho rhi h

    • @ThapaTechnical
      @ThapaTechnical  4 года назад +2

      Uske baad bhi last me jis email se send kr rhe ho uska security setting me ek chage krna prdta hai. Wo video dekho mail send krne wala phele

    • @Alaksha_philistine
      @Alaksha_philistine 4 года назад

      @@ThapaTechnical sir mene vo bhi change kar diya tha

  • @Abhi_Abhishek_
    @Abhi_Abhishek_ 4 года назад

    phone number se verify kaise kre

  • @kp7330
    @kp7330 4 года назад

    Hello sir mera PHP mai mail send nahi ho Raha hai ? Kya Karu error bhi nahi dikha rahe ....

    • @CodersGyan
      @CodersGyan 4 года назад

      Please check the server logs. Are you using some kind of SMTP ?

    • @kp7330
      @kp7330 4 года назад

      @@CodersGyan yes

    • @CodersGyan
      @CodersGyan 4 года назад

      In logs any error ?

  • @Nitishyadav-qm6nq
    @Nitishyadav-qm6nq 4 года назад

    You don't reply on whatsapp
    I need code of this video

  • @Aditya-lc5uk
    @Aditya-lc5uk 4 года назад

    Sir firse medal do.... Again first

    • @varadsalgare7848
      @varadsalgare7848 4 года назад

      I am first bro you are 8 second late

    • @Aditya-lc5uk
      @Aditya-lc5uk 4 года назад +1

      @@varadsalgare7848 bro u commented 3 minutes ago I commented 4 minutes ago

    • @ThapaTechnical
      @ThapaTechnical  4 года назад +2

      Koi nai dono ko gold medal. medal is here 🏅🏅

  • @williamsjefferson1649
    @williamsjefferson1649 3 года назад

    stormhack toolz on IG is really doing it
    he really helped me a lot
    he recovered my account

  • @electroviper5931
    @electroviper5931 3 года назад

    I am getting "Token not found" error.can anyone help me?

  • @savvasmirazanasvili9770
    @savvasmirazanasvili9770 Год назад

    source code ?

  • @abdullahdanish5329
    @abdullahdanish5329 4 года назад

    bro source code pllzz link

  • @kalyanipriyadarsini
    @kalyanipriyadarsini 4 года назад

    Please provide source code

  • @chandan_mishra18
    @chandan_mishra18 4 года назад

    please make video on hiding file extension.

    • @CodersGyan
      @CodersGyan 4 года назад

      Its very simple you just have to create one .htaccess file in you root directory and put some url rewrite rules . You may try to put this code in this file.
      RewriteEngine On
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule ^([^/]+)/$ $1.php
      RewriteRule ^([^/]+)/([^/]+)/$ /$1/$2.php
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_URI} !(\.[a-zA-Z0-9]{1,5}|/)$
      RewriteRule (.*)$ /$1/ [R=301,L]
      Please let me know if it solves your issue :) #happyCoding

    • @chandan_mishra18
      @chandan_mishra18 4 года назад

      @@CodersGyan this is not working !!!

    • @CodersGyan
      @CodersGyan 4 года назад

      Did you try to put url without extension?

    • @chandan_mishra18
      @chandan_mishra18 4 года назад +1

      @@CodersGyan yeahhh but it did't work can you please make video on this ?

    • @CodersGyan
      @CodersGyan 4 года назад +1

      Okay. Let me see what I can do for this .

  • @BGMIHUB_Fun
    @BGMIHUB_Fun 4 года назад

    Bhai aak complete blog banana sikha do bhai please PHP and bootstrap 4 sa please please please

  • @williamsjefferson1649
    @williamsjefferson1649 3 года назад

    stormhack toolz on IG is really doing it
    he really helped me a lot
    he recovered my account

  • @programmingtamil3341
    @programmingtamil3341 2 года назад

    source code ??

  • @BGMIHUB_Fun
    @BGMIHUB_Fun 4 года назад

    Bhai aak complete blog banana sikha do bhai please PHP and bootstrap 4 sa please please please