Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Issue with Sign Out button

SpencerMcSpencerMc New
edited May 2011 in Vanilla 2.0 - 2.8
When I click the sign-out button on my forum, which links to "http://www.mywebsite.com/forums/entry/signout/CJFDJE6B6EPJ?Target=categories%2Fdiscussions", it instead sends me to "http://www.mywebsite.com/forums/forums/entry/signout/CJFDJE6B6EPJ?Target=categories%2Fdiscussions", which doesn't exist and displays a bonk page (of course, the "CJFDJE6B6EPJ?" varies). I'm not sure where the other "/forums" is coming from; it's not included in the clipboard if I right click the button and copy link location. It happens regardless of what theme and plugins are enabled. Can someone point me in the right direction of where to look to correct this?

Edit: Found this addressed at http://vanillaforums.org/discussion/15944/bad-logoff-fall-page-path . Would delete the post, but that doesn't seem to be allowed.

In short, add $Configuration['Garden']['Authenticator']['SignOutUrl'] = '/entry/signout/{Session_TransientKey}'; to config.php
Sign In or Register to comment.