Skip to content
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

fpw.php and problem with hash #3796

Closed
Jimmi08 opened this issue May 9, 2019 · 1 comment
Closed

fpw.php and problem with hash #3796

Jimmi08 opened this issue May 9, 2019 · 1 comment

Comments

@Jimmi08
Copy link
Contributor

Jimmi08 commented May 9, 2019

This is link for pasword reset

image
but because this test:

$tmpinfo = preg_replace("#[\W_]#", "", e107::getParser()->toDB(e_QUERY, true)); // query part is a 'random' number

user is always redirected to frontpage
if ($tmpinfo != e_QUERY)

image

Latest sync version of e107 is used

@Moc
Copy link
Member

Moc commented May 9, 2019

Discussed on Github. Code was changed in February: #3443

New hashes should only generate with AaBbCcDdEeFfGgHhIiJjKkLMmNnPpQqRrSsTtUuVvWwXxYyZz and no hashes or numbers. Probably used outdated/cached code which caused the hash to be there, which triggered the check and redirect.

Closing

@Moc Moc closed this as completed May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants