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
Running master on SS3.7 / PHP5.6 I'm unable to login to the website. Reverting this commit seems to fix the issue. I tried to follow the code and understand why this is the case but I couldn't work it out 🤷♂️. As noted in the pull request it would seem to follow the same pattern as main.php but seems something is getting lost along the way.
To replicate, make sure dynamic caching is activated in .htaccess, delete cookies for the website (if PHPSESSID exists already login will work), then try to access a protected URL like /admin. After filling out the log in form I'm simply redirected back to the same form, unfilled.
The text was updated successfully, but these errors were encountered:
Running master on SS3.7 / PHP5.6 I'm unable to login to the website. Reverting this commit seems to fix the issue. I tried to follow the code and understand why this is the case but I couldn't work it out 🤷♂️. As noted in the pull request it would seem to follow the same pattern as main.php but seems something is getting lost along the way.
To replicate, make sure dynamic caching is activated in .htaccess, delete cookies for the website (if PHPSESSID exists already login will work), then try to access a protected URL like /admin. After filling out the log in form I'm simply redirected back to the same form, unfilled.
The text was updated successfully, but these errors were encountered: