[resolved] Help, can't login/logout correctly thru widget.

User avatar
kaspir
Moderator
Moderator
Posts: 88
Joined: Mon Mar 20, 2017 2:38 pm
Location: USA
Contact:

Re: Help, can't login/logout correctly thru widget.

Post by kaspir »

Just re-enabled my KeyCaptcha, remade a a new account no problem. Googled your error. Came up with this posted recently on phpBB: https://www.phpbb.com/community/viewtop ... 6&start=15

I do NOT use cloudflare, so that's not the issue. Other advice was for the user to clear browser cache and try again. I do not host with hostgator, instead I have Siteground. So that doesn't seem to be an issue yet either.

I was checking phpBB, ACP -> Security Settings, eyeballing the "Validate" options, specifically the "Validate Referrer" option. Any advice on what these should be for your external login widget? I've set it to none, but still no avail for logging out thru widget.
Image
World of Phaos RPG online is making it's come back! Play free now!
Check out phpBB contributions & extension downloads. :P
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Help, can't login/logout correctly thru widget.

Post by axew3 »

wow ... after today 1.6.6 release i will return over and try to register!
User avatar
kaspir
Moderator
Moderator
Posts: 88
Joined: Mon Mar 20, 2017 2:38 pm
Location: USA
Contact:

Re: Help, can't login/logout correctly thru widget.

Post by kaspir »

axew3 wrote: Thu Mar 23, 2017 12:39 pm wow ... after today 1.6.6 release i will return over and try to register!
Take your time, I know everyone is busy. Logging out is little worry to me right now.

Updated version, looking sexy!
Image
World of Phaos RPG online is making it's come back! Play free now!
Check out phpBB contributions & extension downloads. :P
User avatar
kaspir
Moderator
Moderator
Posts: 88
Joined: Mon Mar 20, 2017 2:38 pm
Location: USA
Contact:

[resolved] Re: Help, can't login/logout correctly thru widget.

Post by kaspir »

Saw you successfully made an account, registered email, but then never logged in. It's okay, no rush I am merely updating my problem.

The only settings I been tinkering with (in hopes to logout thru widget) are these in phpBB -> Security Settings
Image

And these I have NOT changed: phpBB -> Server Settings
Image

I have also tried both [c]$w3all_dbport = ' '; // maybe required[/c] & [c]$w3all_dbport = '443'; // maybe required[/c] for my SSL port in the past. Currently still on 443 port, running a manual config file thru [c]/wp-content/plugins/wp-w3all-config/config.php[/c]. I am thinking about trying to change config file path to my actual in [c]/phpBB/[/c] to see if that makes a difference logging out. Will report findings then, I never tried it that way yet.
Image
World of Phaos RPG online is making it's come back! Play free now!
Check out phpBB contributions & extension downloads. :P
User avatar
kaspir
Moderator
Moderator
Posts: 88
Joined: Mon Mar 20, 2017 2:38 pm
Location: USA
Contact:

Re: [resolved] Help, can't login/logout correctly thru widget.

Post by kaspir »

EDIT: I ACTUALLY JUST FOUND THE CULPRIT. It's the iThemes plugin.

This option CAN NOT be used:

Image

I turned it off, then logout from widget finally worked.

Is there anyway for me to match my custom WP login page url? Change the widget logout url I guess? Since I never allowed users to register thru WP.

Also, after logout, how do I redirect them elsewhere, instead of the wp-login page?
Image
World of Phaos RPG online is making it's come back! Play free now!
Check out phpBB contributions & extension downloads. :P
User avatar
kaspir
Moderator
Moderator
Posts: 88
Joined: Mon Mar 20, 2017 2:38 pm
Location: USA
Contact:

Re: [resolved] Help, can't login/logout correctly thru widget.

Post by kaspir »

Perhaps, the widget logout code, could somehow use the code from phpBB/includes/functions.php found here:

Image

There for bypassing any WP plugins by using the phpBB logout link+sid, would this be a possible resolution?
Image
World of Phaos RPG online is making it's come back! Play free now!
Check out phpBB contributions & extension downloads. :P
Post Reply