php login and registration script with forgot password recover through email by webTuts

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

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

  • @devintaspharma
    @devintaspharma 6 лет назад

    But thanx a lot you solved one of my big problem. I was not being able to get composer.json but you did it. Thanks a lot

  • @BichaelStevens
    @BichaelStevens 5 лет назад +1

    BIG security flaw!! Reset link placeholder has account name and not a token/hash, so anyone can reset your account's password with just your username!

  • @A.SPVLOG
    @A.SPVLOG 4 года назад

    Hi there
    Its owesome tutorial
    Thanks
    But Tell me how could we redirect to a new application form after login

  • @A.SPVLOG
    @A.SPVLOG 4 года назад

    I have get password reset link on Email but link is not working after click on link a error is found
    Error: Object not found!
    Please suggest me sir what can I do to solve this error.

  • @devintaspharma
    @devintaspharma 6 лет назад

    But it is not secure because you have not made link expirable. U havent created token and expiry column in database.

    • @webtuts7548
      @webtuts7548  6 лет назад

      Thanks for your kind words. I can do more things but the video is already too long.

  • @louisejean100
    @louisejean100 6 лет назад

    Hey thanks for the great tutorial. I am having issues with mine but not sure why. I get no errors but the email doesn't arrive

    • @webtuts7548
      @webtuts7548  6 лет назад

      if you are sending mail from gmail then you need to enable less secure feature from gmail setting then issue will be fix

    • @A.SPVLOG
      @A.SPVLOG 4 года назад

      @@webtuts7548 how could I do this

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

    Thank you

  • @melovefashion9097
    @melovefashion9097 6 лет назад

    My signin button don't click. can help me ? when i want to sign de don't do nothing

    • @webtuts7548
      @webtuts7548  6 лет назад

      Hi, you need to troubleshoot the code...
      so first open inspect element then click on sighin button then see what shows in your console or network tab..

  • @rishabhsinghthakur7144
    @rishabhsinghthakur7144 6 лет назад

    Hello SIr .. can you pls send me it's every pages step by step of this process at my Email
    Thankyou

    • @rishabhsinghthakur7144
      @rishabhsinghthakur7144 6 лет назад

      rsthakur4496@gmail.com

    • @rishabhsinghthakur7144
      @rishabhsinghthakur7144 6 лет назад

      i had done my Sigup and Login process but how can i change the password i dont understand

    • @webtuts7548
      @webtuts7548  6 лет назад

      you can get the code from my following repository
      github.com/dev-nadeem

  • @darmudasir17
    @darmudasir17 5 лет назад

    What about change/reset password

  • @testingemail6777
    @testingemail6777 6 лет назад

    code not working . SMTP connection failed

    • @webtuts7548
      @webtuts7548  6 лет назад

      you need to enable the debug and see what's error is there..

    • @webtuts7548
      @webtuts7548  6 лет назад

      enable error reporting through
      $mail->SMTPDebug = 2;

    • @darmudasir17
      @darmudasir17 5 лет назад

      Check Internet connection

    • @BichaelStevens
      @BichaelStevens 5 лет назад

      Gmail disable 2 Step Auth and enable lesser security access (forgot what it's called, it's next to 2StepAuth option, Google will tell you it "blocked suspicious connection" if you dont enable it)

  • @sachinvaddoriya8042
    @sachinvaddoriya8042 5 лет назад

    Mailer Error : SMTP connect() failed.--- github.com/PHPMailer/PHPMailer/wiki/Troubleshooting --- earr

  • @indrajithekanayake9805
    @indrajithekanayake9805 5 лет назад

    SMTP connect() failed. github.com/PHPMailer/PHPMailer/wiki/Troubleshooting