Chernabog
Well-known member
I have a member whose having a challenge when logging into the site that I have not been able to replicate. The server is not throwing any errors for me to review in ACP and the member's browser console is not reporting any errors either.
Here is what the member provided me from their web visit:
Any help is appreciated, thank you!
Here is what the member provided me from their web visit:
Code:
it asked me to login, when i do, it forwards me, but I get an error page with "too many redirects" as the message. This will likely be due to a recursion in the url rewriting. The URL in question is
titanx.games/misc/accept-privacy-policy?_xfRedirect=https%3A%2F%2Ftitanx.games%2Faccount%2Fsecurity
refreshing the page with the same url, asks to resubmit my login (as is expected since login was the last action/form) and the page loaded fine
well, i say loaded fine, it loads the page, but the site gives me;
OOPS! IT SEEMS THE PATH YOU HAVE CHOSEN IS BLOCKED, ADVENTURER.
Security error occurred. Please press back, refresh the page, and try again.
however, i am indeed successfully logged in
clicked "Home" - it gave me the error with "too many redirects" again
offending url is
titanx.games/misc/accept-privacy-policy?_xfRedirect=https%3A%2F%2Ftitanx.games%2Faccount%2Fsecurity
appaers it's trying to get me to do the terms of service agreement or something
this registration/login flow will definitely need fixed for new members, i doubt it happens with people already logged in, which is prolly why you haven't had it happen to you
yea, seems that the base url;
titanx.games/account/security
will throw that "too many redirects" error, it cannot be loaded at all
Any help is appreciated, thank you!