In addition to the topic I posted here,
http://community.elgg.org/mod/groups/topicposts.php?topic=603854&group_guid=179063
User in my site cannot logout easily ! To me this problem description seems funny, thats why this smily :) ! If they click log out, it takes him to the index page but still logged in! Then on the second try, one can log out!
Any clue?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- N Mahmud@nasim
N Mahmud - 0 likes
- markie468@markie468
markie468 - 0 likes
- DhrupDeScoop@Dhrup2000
DhrupDeScoop - 0 likes
- Cash@costelloc
Cash - 0 likes
- markie468@markie468
markie468 - 0 likes
- markie468@markie468
markie468 - 0 likes
- markie468@markie468
markie468 - 0 likes
- DhrupDeScoop@Dhrup2000
DhrupDeScoop - 0 likes
- markie468@markie468
markie468 - 0 likes
You must log in to post replies.Any clue? From anybody?
This just happened to one of the users on my site today. It keeps sending to the index page, but still logged in. Only will log out after the browser is closed and re-opened.
Anyone know why? Thanks!
Which Elgg version ??
Action token checking for logout is supposed to be turned off. Check around line 35 of engine/lib/actions.php
This is line 21-81 of engine/lib/actions.php Is this correct? Sorry not sure.. thank you!!
@Dhrup it is 1.7.1
Your actions.php code is correct -->
$exceptions = array(
'systemsettings/install',
'admin/plugins/disable',
'logout',
'login',
'file/download',
);
And so you must be running some other PlugIn such as SiteAccess or Walled garden which is blocking the logout. Being taken back to the MainPage is a sure sign of e.g SiteAccess blocking you.
@Dhrup Thanks for you help! I don't have either of these plugins, but after some testing I found this problem was from the "Remote Login" Plugin.
@democracy If you have this plugin enabled, I would check it out. Disabling this plugin helped me. It's not a solution, but at least I know where it was coming from.