-
Notifications
You must be signed in to change notification settings - Fork 124
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
reset password error #24
Comments
Not Sure what the problem should be ;-) other issue is the validation link that comes with password reset and very email... |
I will update the token security, it really is weak if it can be reused like that again. |
I just did that this morning like this: At the bottom of env.php:
in register/includes/sendverificationemail.inc.php: in verify/includes/sendverificationemail.inc.php: in reset-password/includes/sendtoken.inc.php: Not sure this is the best way to go about it but it seems to be working. all the best, drew |
@zotz thanks for the quick fix, I may improve on it in the future, but currently, since you are the one who implemented the fix, why not make a pull request to the original repo as your own contribution. |
I would be happy to do things that way, I just need to figure out how. My
remembered git skills are lacking.
If there is a two sentence explanation you can give that I can follow, I
will jump on it. If not, it may take a bit for me to figure it out.
all the best,
drew
…On Fri, Jan 15, 2021 at 2:08 AM Muhammad Saad ***@***.***> wrote:
@zotz <https://github.com/zotz> thanks for the quick fix, I may improve
on it in the future, but currently, since you are the one who implemented
the fix, why not make a pull request to the original repo as your own
contribution.
Thanks for the fix. I apologize for the lack of active support I can
provide at the moment due to some work, but I really appreciate any effort
from you guys.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEWEDUKGVDBIEY6BIPODHTSZ7SVFANCNFSM4UM3UFOQ>
.
--
Enjoy the *Paradise Island Cam* playing
*Bahamian Or Nuttin* - https://www.paradiseislandcam.com/
|
Ah no problem. Just make the required changes to your code, then make a |
No description provided.
The text was updated successfully, but these errors were encountered: