Recent Topics

1 Dec 12, 2007 22:50    

Hi everyone! I am working on integration of our website's authentication functionality with b2evo authentication. I have checked out various posts here on this topic and have developed my own plugin to do that (thanks to all who wrote on that :D ).
Everything seems to work as intended except for logout functionality. More specifically: when I try to Logout everything I put in my plugin's Logout hook doesn't get executed. So I am thinking that plugin's Logout doesn't get triggered... (I have also checked debug logs to make sure - didn't see corresponding message there)...
Any help and thoughts on that would be greatly appreciated.

2 Feb 04, 2008 15:32

I've been running into the same problem with the Logout event.

Did you ever find a solution to this iridiya?

Thanks,

Alex

3 Feb 04, 2008 18:19

I found that commenting out header_redirect(); string in logout block of htsrv/login.php file helps and now logout hook in my plugin gets called just fine. Hope it works for you too.

4 Feb 08, 2008 15:39

Thanks a lot iridiya. That actually pointed me to what I would rather do (than use the plugin's logout event), which is redirect on logout to our "master" login page, just by giving header_redirect() the url to go to.

Thanks so much for your help,

Alex

5 Feb 12, 2008 19:40

I am glad it helped you. All the best.


Form is loading...