PHP Password Reset by Email

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ค. 2024
  • Learn how to create secure password reset by email using PHP, MySQL and best practices.
    This is part 2 of Signup and Login with PHP and MySQL:
    ‣ • Signup and Login with ...
    Please consider supporting my channel:
    ☕ ko-fi.com/davehollingworth
    Code shown in the video:
    ‣ github.com/daveh/php-password...
    Relevant documentation:
    ‣ github.com/PHPMailer/PHPMailer
    Videos referenced:
    ‣ Signup and Login (part 1): • Signup and Login with ...
    ‣ Sending email with PHP: • Send email with PHP | ...
    00:00 Introduction
    00:24 How it works
    02:09 Starting point
    02:17 Forgot password
    04:08 Database changes
    05:03 Send password reset
    08:47 PHPMailer
    13:25 Send reset email
    14:17 Process link in email
    16:42 Password reset form
    17:49 Reset password
    20:40 Summary
    #PHP #MySQL #signup #login #passwordreset
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 134

  • @dave-hollingworth
    @dave-hollingworth  9 หลายเดือนก่อน +10

    This is part 2. Part 1 is here: Signup and Login with PHP and MySQL:
    ‣ th-cam.com/video/5L9UhOnuos0/w-d-xo.html
    and part 3 is here: PHP Account Activation by Email:
    ‣ th-cam.com/video/kC0AIip7Bww/w-d-xo.html

  • @batchrocketproject4720
    @batchrocketproject4720 ปีที่แล้ว +5

    Thanks, really clear coverage of a fairly complex process. 👍

  • @samnako
    @samnako ปีที่แล้ว

    Thank you Dave, I've had frustrations looking for a way out with doing secured password recovery/ reset

  • @WasifAnton
    @WasifAnton 11 หลายเดือนก่อน +2

    Working on my final project and now I added this option to my project, thank you very much

  • @lucascampos4237
    @lucascampos4237 2 หลายเดือนก่อน

    dave is the best of all times in php. His api course is AMAZING. the explanations are beyound the language, you learn the concepts and how implement it in practice

  • @AbhishekBade1310
    @AbhishekBade1310 11 หลายเดือนก่อน +1

    your vid has really helped me a lot in making a good proj. and also thank you for keeping your code free to use

  • @hongpair
    @hongpair ปีที่แล้ว

    Thank you so much sire always love Your coding and the simple syntax you use to teach special greetings ❤❤❤❤❤

  • @ayodeleadeynka4195
    @ayodeleadeynka4195 หลายเดือนก่อน

    You are indeed a great teacher Dave

  • @SargonsEye
    @SargonsEye 7 หลายเดือนก่อน +1

    Nice explanation, understood instantly, thanks. Suscribed.

  • @slicetv4279
    @slicetv4279 10 หลายเดือนก่อน +1

    Thank you very much. God bless you.

  • @tanaht23
    @tanaht23 ปีที่แล้ว +2

    Thank you 😇

  • @miguelangelperezsantiago783
    @miguelangelperezsantiago783 หลายเดือนก่อน +1

    Thank you very much Sr. ¡I apreciate all your knowledge!

  • @NedumEze
    @NedumEze ปีที่แล้ว +2

    Shear PHP Coding Wizardry.
    Deep appreciation, sir.
    Wishing that you would make a video on the things to do to make a website scalable.

  • @momohezekieltrump6835
    @momohezekieltrump6835 ปีที่แล้ว +9

    Who else has waited for this?

  • @MohamadWyatt
    @MohamadWyatt 6 หลายเดือนก่อน +2

    Very good php man

  • @slamanaim1837
    @slamanaim1837 ปีที่แล้ว +1

    really you are good

  • @faridajepkosgei7066
    @faridajepkosgei7066 8 หลายเดือนก่อน

    thank you so much .

  • @bisdakhydroponics2732
    @bisdakhydroponics2732 ปีที่แล้ว +1

    Thanks sir

  • @mohammedelhossiny
    @mohammedelhossiny 11 หลายเดือนก่อน

    Perfect ❤❤❤❤❤❤

  • @frankkaundamukhuni
    @frankkaundamukhuni 3 หลายเดือนก่อน

    Thanks for your knowledge and your code I used them in signups and they worked for me perfect. And when are you planning to record a tutorial on how to create avater image

    • @ninjaGhost34786
      @ninjaGhost34786 2 หลายเดือนก่อน

      bro plz tell me didi the domains worked correctly

  • @ackinito
    @ackinito 11 หลายเดือนก่อน

    Great content David, part 3 with 2FA with option to enable or disable it?

  • @slamanaim1837
    @slamanaim1837 ปีที่แล้ว +1

    please in reset-password. php i don't understand if we must put $token_hash in the place of ? in the query $sql="select * from user where reset_token_hash=?"; because i think ? will replace $_get['token']
    and in the table user we store reset token hash and not the token
    help please
    just i want a clarification
    thx in advance

  • @ademineshat
    @ademineshat ปีที่แล้ว

    Great as always 👍
    I know videos are made so that they can be easy to understand but, Maybe It would be better and more practical, instead of using files and require them like: $var = require.....;, we can just create functions in one file and use them everywhere we need. 😊

    • @dave-hollingworth
      @dave-hollingworth  ปีที่แล้ว

      Yes you're right. I try to avoid adding code that would distract from the lesson being taught in the video, so I keep it as simple as possible, but a different way to organise the code would be better as the codebase builds.

    • @dwaynekeane3758
      @dwaynekeane3758 8 หลายเดือนก่อน +1

      I love his tutorials but he did it in his first video and I was a bit confused. $mysqli = require __DIR__ . "/database.php"; What does this mean. This variable is for the database connection in the databse.php file.

  • @AbhishekBade1310
    @AbhishekBade1310 ปีที่แล้ว

    could you please make a video on search algo like in a social media website where we can find people to connect with?

  • @sarabibrahim8312
    @sarabibrahim8312 ปีที่แล้ว +1

    Can you add a video for creating admin roles
    Like adding super admin and admin please

  • @martingronek4813
    @martingronek4813 3 หลายเดือนก่อน +1

    really great content, thank you for that. It may be a stupid question but wouldn't it be easier to send the user to the sign-up page and skip the check if the email is already taken? (or just delete the user and let him sign up again)

    • @dave-hollingworth
      @dave-hollingworth  3 หลายเดือนก่อน

      You could do, but the signup page is more complex than the password reset page, requiring more fields, more validation etc. so it's easier to let them reset their password by just supplying their email. As for deleting the user and letting them sign up again, yes you could do that, but that would require you to do that. Letting the user reset their own password requires no intervention on your part. (much better if you have many users!)

  • @dave-hollingworth
    @dave-hollingworth  ปีที่แล้ว +7

    What other related functionality would you like to see? Coming soon - account activation by email!

    • @sujalkhatiwada2267
      @sujalkhatiwada2267 ปีที่แล้ว +2

      Maybe a real-life project with clean coding, using API?

    • @ahooton
      @ahooton ปีที่แล้ว

      Hi Dave, great content! I recently decided to progress to learning Laravel and wondered if this was something you have any experience with, or were planning to cover in the future? Love your courses by the way! Cheers, Adam

    • @zmOe1
      @zmOe1 ปีที่แล้ว

      please show how to do this exactly with the env file to store the sensitive data externally

    • @dave-hollingworth
      @dave-hollingworth  ปีที่แล้ว +2

      @@ahooton Thank you! I will do some Laravel tutorials at some point in the future, yes

    • @dave-hollingworth
      @dave-hollingworth  ปีที่แล้ว

      @@zmOe1 I just published this: th-cam.com/video/L5E2HSHrDjw/w-d-xo.html

  • @sarabibrahim8312
    @sarabibrahim8312 ปีที่แล้ว +1

    👏👏👏

  • @igu642
    @igu642 11 หลายเดือนก่อน +1

    ❤❤

  • @venomtv9066
    @venomtv9066 9 หลายเดือนก่อน +2

    On the mail.php page, specify in the SMTP settings configuration, what is meant by email and password? Is it the one that belongs to the personal gmail, and what is the account added to the host? Please respond as soon as possible.

    • @dave-hollingworth
      @dave-hollingworth  9 หลายเดือนก่อน +2

      The email and password are the ones you use to authenticate with the SMTP server. In the case of Gmail, this would be your full Gmail address and application password (you have to create a specific application password to use the Gmail SMTP server)

  • @hamdikelil939
    @hamdikelil939 4 หลายเดือนก่อน

    i was able to update the token but when I click the link sent to the email, it keep says token not found

  • @user-zi3id5dz3m
    @user-zi3id5dz3m 4 หลายเดือนก่อน

    sir, please help my reset-password.php page not working
    mail massage click with example domain show

  • @pavelivanov-bd3sf
    @pavelivanov-bd3sf 4 หลายเดือนก่อน

    Such situation I made the reset password structure by your video, the main problem that google account now vanished the opportunity to make less app secure in google/account/security, out there I made password app in 2 factor authentication and use it in my project, but, have been always when try to reset the password, have the same error *SMTP Error: Could not authenticate* , someone speaks it point on incorrect credentials, however, credentials fine 100%, someone speak the structure of the project now does not fit for google requirements and therefore we have always the error, someone know how to resolve it? as long as someone have faced with the same issue ?

  • @markkinnedyanda767
    @markkinnedyanda767 หลายเดือนก่อน

    Hello dave, i have a problem about your tutorial did you made some clarification or double checking the reset password?, because when i try to submit a form it didn't clarify the confirmation password neither if the password length was correct or have some numbers on it. Please i need to fix this issues.

    • @dave-hollingworth
      @dave-hollingworth  หลายเดือนก่อน

      Are you referring to the client-side or server-side validation?

    • @markkinnedyanda767
      @markkinnedyanda767 หลายเดือนก่อน +2

      @@dave-hollingworth i already check the code its just i missed this ';" to insert. thank you for your tutorial I'm still learning about php. 😁

  • @donatellodonini3147
    @donatellodonini3147 หลายเดือนก่อน

    I have a security question:
    What happens if an hacker ipotetically puts 0 as the password recovery token?
    Would the program recognise it as a valid recovery token and let the hacker change the password of the first entry of an user with a recovery token not set (set to null) or worse change the passwords of all the users with a recovery token not defined?

    • @donatellodonini3147
      @donatellodonini3147 หลายเดือนก่อน

      sorry in advance for the bad english

    • @dave-hollingworth
      @dave-hollingworth  หลายเดือนก่อน

      Good question - the user record is found based on the hash of the supplied token. If you hash "0", you still get a full hexadecimal string. So when the user record is searched for that matches that string, none will be found, and therefore none will be updated. So this shouldn't be a problem.

  • @fgtoon2959
    @fgtoon2959 11 หลายเดือนก่อน

    amazing , if u can help upload photo and can edit it .please

  • @joshblank4579
    @joshblank4579 9 หลายเดือนก่อน

    I am trying to reset the "reset_token_hash" and "reset_token_expires_at" to null after I successfully reset my password but the values are not turning null. I checked the database and the code and all were copied perfectly. Is there any idea on how to fix this?

    • @dave-hollingworth
      @dave-hollingworth  9 หลายเดือนก่อน

      Could it be that the database columns don't accept null values?

  • @q.m.vandersnoek3899
    @q.m.vandersnoek3899 4 หลายเดือนก่อน

    Dear Dave, thank you so much for this tutorial. It is great. Very clear explanation and nice voice.
    I do have a problem.
    When I run your script on my computer, locolhost, everything works fine.But when I FTP it to my site I get an error.
    When I klick the send-button, i get: the page could not be processed. HTTP ERROR 500. When I choose another file, (forgotmail.php, ipv send-password-reset.php) it loads the page (forgotmail.php. When I paste the code from send-password.php insode forgotmail.php, iit does not work anymore. Can you understand this?
    Kind regards and thank you in advance

    • @dave-hollingworth
      @dave-hollingworth  4 หลายเดือนก่อน

      A 500 error means an error is occurring on the server - to see error details you need to add this to your code:
      ini_set('display_errors', 1);
      ini_set('display_startup_errors', 1);
      error_reporting(E_ALL);
      This will tell you where the error is occurring

    • @q.m.vandersnoek3899
      @q.m.vandersnoek3899 4 หลายเดือนก่อน +1

      ​@@dave-hollingworth It was a problem with the authorisation ... problem solved. Now it works like charm. Thanks again Dave!

  • @projetistajunior6881
    @projetistajunior6881 7 หลายเดือนก่อน

    Hello Dave. Everything works properly but the email, it doesn't create an hyperlink but instead write out the whole

    • @dave-hollingworth
      @dave-hollingworth  7 หลายเดือนก่อน

      You need to set the email format to HTML:
      $mail->isHTML(true);

    • @projetistajunior6881
      @projetistajunior6881 7 หลายเดือนก่อน

      @@dave-hollingworth Thanks brother it works fine now. 🤝

  • @Marsden
    @Marsden 5 หลายเดือนก่อน

    Hello, I've tried everything to get this to work however I'm struggling. I keep getting "token not found' after running the process-reset-password.php. I can confirm that the token is there, on the email and is being displayed in the "hidden" form when visible but still I get this error. I thought it might have been an issue with the hash, and so I have completely removed the hash and the checks for the hash, but I'm in the same boat. Can anyone help?

    • @dave-hollingworth
      @dave-hollingworth  5 หลายเดือนก่อน

      Try debugging by printing out the values of the token at various points, to see if it's getting lost somewhere. You can also compare your code to the code from the video in the repository.

  • @34_kabilan14
    @34_kabilan14 3 วันที่ผ่านมา

    The Hash Code also created on the php table.I have installed the phpmailer in the composer. But I cannot get the Vendor Folder and Autoload. Sir how can i get the vendor folder also autoload file

    • @dave-hollingworth
      @dave-hollingworth  2 วันที่ผ่านมา

      Make sure you ran the composer install command from the root folder

  • @pkkumar3415
    @pkkumar3415 8 หลายเดือนก่อน

    Sir please tell how to send email using codeigniter 3

  • @user-hq7fy2um4y
    @user-hq7fy2um4y 5 หลายเดือนก่อน

    Thankyou for this tutorial I am learning in your videos but is there another way? PHP mailer doesnt work now if you use gmail cause google disabled the function less secure apps in gmail😕

    • @dave-hollingworth
      @dave-hollingworth  5 หลายเดือนก่อน +1

      Search for "smtp server" (there are free and paid ones available)

    • @user-hq7fy2um4y
      @user-hq7fy2um4y 5 หลายเดือนก่อน +1

      @@dave-hollingworth Im truly grateful for your assistance!

  • @duhaylungsodsamroldan4202
    @duhaylungsodsamroldan4202 8 หลายเดือนก่อน

    theres an error whenever i click the link on mail:
    Not Found
    The requested URL was not found on this server.
    Apache/2.4.48 (Win64) OpenSSL/1.1.1l PHP/7.3.30 Server at localhost Port 80

    • @dave-hollingworth
      @dave-hollingworth  8 หลายเดือนก่อน +1

      Check the URL matches your hostname (e.g. localhost, example.com etc.) and the path to the file (/reset-password.php, or /subfolder/reset-password.php etc.) and the filename matches it

  • @jaybeedelacruz8279
    @jaybeedelacruz8279 6 หลายเดือนก่อน

    Why does mine display "Token not Found" even though the token is correct for the given URL?

    • @dave-hollingworth
      @dave-hollingworth  6 หลายเดือนก่อน

      Hard to say without seeing the code - try debugging by printing out the values of the $_GET variable etc. at different stages using var_dump

    • @Marsden
      @Marsden 5 หลายเดือนก่อน

      Mine is exactly the same, did you manage to fix this?

  • @charlemagnearispe3614
    @charlemagnearispe3614 4 หลายเดือนก่อน

    I installed composer but it only downloads vendor/phpmailer without anything inside it

    • @dave-hollingworth
      @dave-hollingworth  4 หลายเดือนก่อน +1

      Check your file explorer isn't hiding certain files, and you have enough disk space. Also see if there were any error messages when you ran the Composer command

  • @th3godfather64
    @th3godfather64 4 หลายเดือนก่อน

    Which IDE are you using?

  • @promango7745
    @promango7745 ปีที่แล้ว

    i got email has already taken on sign up but email doesnt taken

    • @dave-hollingworth
      @dave-hollingworth  ปีที่แล้ว

      Please have a look at some of the other comments where people have had a similar problem and posted a solution

  • @jamestrey3049
    @jamestrey3049 9 หลายเดือนก่อน +1

    13:39 it appears: Message could not be sent. Mailer error: SMTP Error: Could not connect to SMTP host. Failed to connect to serverSMTP server error: Failed to connect to server Additional SMTP info: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolutionMessage sent, please check your inbox.
    Can you guys please help me to fix this problem now?
    I extremely appreciate, thank you very much

    • @jamestrey3049
      @jamestrey3049 9 หลายเดือนก่อน

      Message could not be sent. Mailer error: SMTP Error: Could not authenticate.

    • @dave-hollingworth
      @dave-hollingworth  9 หลายเดือนก่อน

      @@jamestrey3049This is an issue with the SMTP server hostname (e.g. smtp.example.com) or the authentication credentials (the username and password you use to connect to the server)

    • @jamestrey3049
      @jamestrey3049 9 หลายเดือนก่อน

      @@dave-hollingworth Yes, I already changed its statement. But eventually It appears SMTP Error: Could not authenticate.
      Please help me

    • @jamestrey3049
      @jamestrey3049 9 หลายเดือนก่อน

      Do you mean the password we use is the app password of Google?

    • @dave-hollingworth
      @dave-hollingworth  9 หลายเดือนก่อน

      @@jamestrey3049 If it's saying you could not authenticate, this is usually a problem with the username and password. If you're using Gmail, this will be your email address and application-specific password.

  • @1623maz
    @1623maz หลายเดือนก่อน

    Message sent, please check your inbox. but not sending the message. What is the errors..?

    • @dave-hollingworth
      @dave-hollingworth  หลายเดือนก่อน

      Try adding this to your code before the redirect happens:
      $mail->SMTPDebug = 2;
      exit;
      This will show the debug errors from the SMTP server.

  • @tv44-alternative23
    @tv44-alternative23 2 หลายเดือนก่อน

    I'm now getting this
    "Message could not be sent. Mailer error: SMTP Error: Could not authenticate.Message sent, please check your inbox."
    Is it a firewall issue with smtp server?

  • @sakuralee9800
    @sakuralee9800 3 หลายเดือนก่อน

    Hi sir, i tried and success to run it but after a month a open it got this error. can you help me please? Fatal error: Uncaught Error: Call to a member function setFrom() on int in C:\xampp\htdocs\fyp\send-password-reset.php:28 Stack trace: #0 {main} thrown forgot password

    • @dave-hollingworth
      @dave-hollingworth  3 หลายเดือนก่อน

      What is on that line of code? (line 28)

    • @sakuralee9800
      @sakuralee9800 3 หลายเดือนก่อน

      I saw my smtp account is disabled restricted access just now, is it the issue why I got error?😮

    • @sakuralee9800
      @sakuralee9800 3 หลายเดือนก่อน

      Hmm I write the code for u just now but I don't know why it didn't show here...

    • @dave-hollingworth
      @dave-hollingworth  3 หลายเดือนก่อน

      @@sakuralee9800 Try putting the code on something like pastebin and posting the URL here

    • @sakuralee9800
      @sakuralee9800 3 หลายเดือนก่อน +1

      ​@@dave-hollingworth I can fix it already, thank you sir 😁

  • @rale3r
    @rale3r 9 หลายเดือนก่อน

    Hello Dave.
    First, thanks for your lessons. They are great!
    For me, the reset-password.php file does not work on my domain, PHP version 7.4
    Reports an error: Failed to load resource: the server responded with a status of 500 ()
    An error occurs when executing this line: $stmt->bind_param('s', $token_hash);

    • @dave-hollingworth
      @dave-hollingworth  9 หลายเดือนก่อน

      PHP 7.4 no longer receives security updates, I recommend updating it as soon as you can. A 500 error is an error on the server - see this video on how to see the actual error message: th-cam.com/users/shortst6KpIfHPFGw?feature=share

    • @rale3r
      @rale3r 8 หลายเดือนก่อน

      Thanks for your reply. It didn't help me. If I change the PhP version, then other things don't work for me. I am not familiar with PhP. The above error occurs when executing this line:> $result = $stmt->get_result();@@dave-hollingworth

    • @rale3r
      @rale3r 8 หลายเดือนก่อน

      Can you suggest an alternative method ?

  • @Riri-hh7ej
    @Riri-hh7ej 10 หลายเดือนก่อน

    how to set up composer?

    • @dave-hollingworth
      @dave-hollingworth  10 หลายเดือนก่อน

      Follow the instructions for your operating system here: getcomposer.org/doc/00-intro.md

  • @jodhaniarpit8949
    @jodhaniarpit8949 4 หลายเดือนก่อน +1

    Hii how to download vendor/autoload.php please give me link

    • @dave-hollingworth
      @dave-hollingworth  4 หลายเดือนก่อน

      This file is generated automatically when you install packages using Composer

    • @flavoredtears3898
      @flavoredtears3898 4 หลายเดือนก่อน

      @@dave-hollingworth im saving the same issue it didnt load in the vendor/autoload.php idk what to do here

    • @dave-hollingworth
      @dave-hollingworth  4 หลายเดือนก่อน

      @@flavoredtears3898 When you run the "composer install" command, it will create the vendor folder in the same folder you run it from - check the output of that command to make sure there were no errors

  • @baldryanebale8106
    @baldryanebale8106 3 หลายเดือนก่อน

    Message could not be sent. Mailer error: SMTP Error: Could not authenticate.
    What is the problem?

    • @dave-hollingworth
      @dave-hollingworth  3 หลายเดือนก่อน +2

      Check the user and password you're using to authenticate with the SMTP server

    • @Doyleur
      @Doyleur 3 หลายเดือนก่อน

      Getting the same error, as far as I know my username and password for the SMTP server is correct as well as the settings for the SMTP server. Can I ask what server you're using? Or if you fixed it?

    • @baldryanebale8106
      @baldryanebale8106 3 หลายเดือนก่อน +1

      @@Doyleur the same as on the video, but i didn't fix it :

    • @dave-hollingworth
      @dave-hollingworth  3 หลายเดือนก่อน +1

      @@Doyleur I use mailgun. You can always try the SMTP settings in a regular email client (e.g. Thunderbird) to see if they work there

  • @bhaskar_veeraragavaneditz1891
    @bhaskar_veeraragavaneditz1891 11 หลายเดือนก่อน

    Where is Autoload.php

  • @rafaelrodrigues-gq3mo
    @rafaelrodrigues-gq3mo 8 หลายเดือนก่อน

    Hi @dave-hollingworth. In the last step of the "process_reset_password" I'm comming across a following problem: Fatal error: Uncaught Error: Call to a member function bind_param() on bool in C:\xampp\htdocs\TCC\TCC\process-reset-password.php:39 Stack trace: #0 {main} thrown in.
    Could you help me to solve it out!?

    • @dave-hollingworth
      @dave-hollingworth  8 หลายเดือนก่อน +1

      This means $stmt contains false - check the SQL is valid

    • @rafaelrodrigues-gq3mo
      @rafaelrodrigues-gq3mo 8 หลายเดือนก่อน

      @@dave-hollingworth thanks Dave, I’ve found the error 👍

  • @slamanaim1837
    @slamanaim1837 ปีที่แล้ว

    thx a lot all work well however the only problem for me is when i click on signup and i write name ,email,...and i click send always show me this message:email alreay taken although the email is not used so in this case i insert manually id,name,email..into the table user and i succeed to do all the other things.
    help please
    thx in advance

    • @dave-hollingworth
      @dave-hollingworth  ปีที่แล้ว +1

      Try adding this line:
      mysqli_report(MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT);

    • @chainenaimslama1870
      @chainenaimslama1870 ปีที่แล้ว +1

      @@dave-hollingworth you know i went to cafee and now i return to my laptop and i try again however in this all works well without adding anything thx very much best friend

  • @noone_fromwinterfell
    @noone_fromwinterfell 2 หลายเดือนก่อน

    Hello dave, thank you for the great video however, It shows here that in my code
    Warning: Undefined array key "email" in C:\xampp\htdocs\dms\send-password-reset.php on line 3
    pls help me

  • @user-sp8wu3gm1j
    @user-sp8wu3gm1j 6 หลายเดือนก่อน

    Fatal error: Maximum execution time of 120 seconds exceeded in C:\xampp\htdocs\projects\test\template\demo\vendor\phpmailer\phpmailer\src\SMTP.php on line 1269

  • @davidsondavid4988
    @davidsondavid4988 5 หลายเดือนก่อน

    please I am getting an error, Message could not be sent. Mailer error: SMTP Error: Could not authenticate. Massage sent, please check your inbox

    • @dave-hollingworth
      @dave-hollingworth  5 หลายเดือนก่อน +1

      Check the username and password you're using for your SMTP server

    • @davidsondavid4988
      @davidsondavid4988 5 หลายเดือนก่อน

      thanks you are the best@@dave-hollingworth

  • @user-fl5gu8pw4f
    @user-fl5gu8pw4f 7 หลายเดือนก่อน

    send-password.php code its not working its not updating reset_token_hash and the reset_token_expires_at any help ?

    • @dave-hollingworth
      @dave-hollingworth  7 หลายเดือนก่อน

      Do you get any error messages? Try temporarily stopping the script before it redirects so you can see them

    • @user-fl5gu8pw4f
      @user-fl5gu8pw4f 7 หลายเดือนก่อน

      Thanks for your reply , i really appreciate your Code the problem was at the DB Connection yours is a Prepared statement mine was a Normal connection , what do u think Prepared Statement is more secure or both are good , also there was an bug at your Register Process the client can use someone elses data to register for example you forgot to prevent duplicated inserts :)@@dave-hollingworth

  • @slamanaim1837
    @slamanaim1837 ปีที่แล้ว

    please in reset-password. php i don't understand if we must put $token_hash in the place of ? in the query $sql="select * from user where reset_token_hash=?"; because i think ? will replace $_get['token']
    and in the table user we store reset token hash and not the token
    help please
    just i want a clarification
    thx in advance

    • @chainenaimslama1870
      @chainenaimslama1870 ปีที่แล้ว +1

      i think this :
      $stmt->bind_param("s", $token_hash);
      in the script reset-password.php will put $token_hash in place of ?
      so because i don't know this ligne of code
      do you confirm me?
      thx in advance