You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This is link for pasword reset
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)
Latest sync version of e107 is used
The text was updated successfully, but these errors were encountered: