-
-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to retrieve password using Forgot Password feature while running the DB locally #44
Comments
Hi @akhan85, I will try to reproduce it first, thanks for reporting this. |
No problem. Let me know if I can add any further details to help reproduce the issue. Thanks. |
Hi @akhan85, I have managed reproducing the same error like you did. In the current condition, this email reset password is depend on password reset email feature, which is built in feature of laravel. Possible solutions: If you were host your app in localhost, then I think we can pick one of these options to reset user's password:
|
Thank you for your response @nafiesl . So I can't use the second option as it would require that I remember the password in the first place (which I don't) and am able to login. For the first option, can you tell me where to run that script exactly? Thanks again. |
Ok so here is what I found on my end. I am using MySQL Workbench client. I had to slightly modify the UPDATE command and use I think that I have cleared the password field altogether in the DB. I am guessing I was supposed to find the hashed password string first and it would have been unique to my case? In any case, I still get a 'These credentials do not match our records.' when attempting to log in using a blank entry for password or by using what I think is the old password. |
Is there a way to recover a password from the database for an account created if the application is running on a local server i.e. without being hosted anywhere. I am currently running a DB instance on my laptop and if I try to use the forgot password feature, I run into the following error:
File path: silsilah/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php
The text was updated successfully, but these errors were encountered: