Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Having to log in twice
If I go to my Vanilla forum's URL, I can log in normally. If I log out and then select "Click here to sign in again," I'm redirected to [MyURL]/people.php, instead of just [MyURL]. If I log in at [MyURL]/people.php, I'm presented with another login page, though if I click the Proceed button without entering my credentials I find that I really had been logged in the first time.
This is bound to confuse just about everyone. Is there a fix that can be put into 1.1.5, or is there a configuration change I can make on my end? I'm using a home-made authenticator on my forum, but I don't think that has anything to do with it.
This is bound to confuse just about everyone. Is there a fix that can be put into 1.1.5, or is there a configuration change I can make on my end? I'm using a home-made authenticator on my forum, but I don't think that has anything to do with it.
0
This discussion has been closed.
Comments
In all other cases, it should redirect you to the URL set in the ReturnUrl parameter - eg, http://example.com/people.php?ReturnUrl=http://example.com/ - or to the default one set in $Configuration['FORWARD_VALIDATED_USER_URL']