How to Reset Password in Laravel

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

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

  • @MalisStudio
    @MalisStudio 4 месяца назад +1

    long video. but all message is clear. thanks boss for your awesome video.

    • @CodesEasy
      @CodesEasy  4 месяца назад +1

      You are most welcome

  • @ms-hz9il
    @ms-hz9il 9 месяцев назад +1

    keep up the good work ,your follower from jordan with love ❤❤

    • @CodesEasy
      @CodesEasy  9 месяцев назад

      Thank you! Will do!

  • @فنونالشطرنج-و2ج
    @فنونالشطرنج-و2ج 11 месяцев назад +2

    Thanks for the video! we need more laravel video's , oke

    • @CodesEasy
      @CodesEasy  11 месяцев назад

      Yes we are working on it

  • @dbms1340
    @dbms1340 Год назад +1

    salamw alaikm , this guy is awsome

  • @joshuamartinez5654
    @joshuamartinez5654 5 месяцев назад +1

    Thank you so much!

    • @CodesEasy
      @CodesEasy  5 месяцев назад

      Glad it helped!

  • @krrishhalder
    @krrishhalder 11 месяцев назад +1

    Thanks man, it's working.

    • @CodesEasy
      @CodesEasy  11 месяцев назад

      You're welcome!

  • @TredzzMedia-dm7xc
    @TredzzMedia-dm7xc 6 месяцев назад +1

    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.

  • @RobertoMarioLopezSarmiento
    @RobertoMarioLopezSarmiento Месяц назад

    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 8 месяцев назад

    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 !

  • @Ahmar-ir4ek
    @Ahmar-ir4ek 5 месяцев назад +1

    Thank you

    • @CodesEasy
      @CodesEasy  5 месяцев назад

      You're welcome

  • @mayboyx
    @mayboyx 9 месяцев назад +1

    thank you brother. So, the user's email doesn't have to be verified for using this reset password feature?

    • @CodesEasy
      @CodesEasy  9 месяцев назад +1

      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

  • @digielekelektor1676
    @digielekelektor1676 Год назад +1

    hi thanks for thos good video,
    i want to ask whtch text editor you use?

  • @samueluche5179
    @samueluche5179 5 месяцев назад

    Hi, what if I want the frontend to be in React? Is there something unique I will have to bear in mind?

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

      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

  • @nam7634
    @nam7634 5 месяцев назад

    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 ?

  • @TQT-IT
    @TQT-IT Год назад +1

    hey why url resetpasssword/token not found ?

    • @CodesEasy
      @CodesEasy  11 месяцев назад

      Check your routes web.php you might not have the route specified

  • @AmenaVioli-sy7fh
    @AmenaVioli-sy7fh Год назад +1

    next part of laravel pls

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

      Yes, soon. We are working on new Laravel course series. coming soon

  • @sithumalsi286
    @sithumalsi286 Год назад +1

    I got success message for sending mail. but I didn't recieve emails. can you help me

    • @CodesEasy
      @CodesEasy  11 месяцев назад

      Most probably it could be an issue with the SMTP server

  • @konsey6610
    @konsey6610 Год назад +1

    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  Год назад +1

      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

  • @okasha8015
    @okasha8015 11 месяцев назад +1

    one video on email verification in laravel.

  • @survival_gamingyt
    @survival_gamingyt Год назад +2

    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 11 месяцев назад

      try and use "any" in routes. Route: :any()@@survival_gamingyt

    • @فنونالشطرنج-و2ج
      @فنونالشطرنج-و2ج 11 месяцев назад

      @@survival_gamingyt you can use any method

  • @thewanderingfox-2504
    @thewanderingfox-2504 9 месяцев назад +1

    how to reset the password without typing
    email in the resetting form??

    • @CodesEasy
      @CodesEasy  9 месяцев назад

      The user will have to know the previous password or send an email or send otp etc

  • @nyimarn-dp3uh
    @nyimarn-dp3uh 11 месяцев назад +1

    Thank you video but env file explain password is needed

    • @CodesEasy
      @CodesEasy  11 месяцев назад

      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

  • @ms-hz9il
    @ms-hz9il 9 месяцев назад +1

    but i am trying to set access of an secure apps ,and google does not allow this any more !🤷‍♂🤷‍♂🤷‍♀🤷‍♀

    • @CodesEasy
      @CodesEasy  9 месяцев назад

      What are you trying to do?

  • @hurairahsartandcraft4515
    @hurairahsartandcraft4515 10 месяцев назад +1

    hi can you please add a email verification to it?

  • @mjmacam2265
    @mjmacam2265 10 месяцев назад +1

    Im getting
    SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry for key 'PRIMARY'

    • @CodesEasy
      @CodesEasy  10 месяцев назад +1

      You are trying to enter the same value for the primary key. Primary key will be unique in nature

  • @Ahmar-ir4ek
    @Ahmar-ir4ek 5 месяцев назад