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.

sign out

hello,please my sign out button doesnt sign me out, it's just keeps the user logged in

Comments

  • ShadowdareShadowdare r_j MVP
    edited February 2015

    Sometimes changing the cookie name to something unique fixes that issue.

    Open the /conf/config.php and add this line to the bottom:

    $Configuration['Garden']['Cookie']['Name'] = 'betaVanilla123';
    

    "betaVanilla123" is just an example. You can change it to something unique for the cookie name if you want.

    Save the file and have the users sign in and then try signing out again.

    Add Pages to Vanilla with the Basic Pages app

  • i did, still yet. the problem is that the signout link is no more a hyperlink.

  • That's actually a different issue. Does it sign you out when you go to http://example.com/index.php?p=/entry/signout? Change example.com to the path to your forum.

    Add Pages to Vanilla with the Basic Pages app

  • i did, works. thanks.

Sign In or Register to comment.