shadowsong316
Forum Replies Created
-
Hey, did you manage to make any progress on this one?
Thanks
Thanks for the responce.
The steam issue from what we have seen on other posts has previously been resolved by yourselves. https://www.ads-software.com/support/topic/the-url-you-are-attempting-to-log-in-to-has-been-blocked/ as an example. We also don’t get the issue if we use any other plugin that uses the steam API for logging in.
The url structure is as follows – We would like a user to be able to login to each one of these and not duplicate the accounts as it currently does.
domain-name.com
sub1.domain-name.com
sub2.domain-name.comAs an example, if a user “test” logins for the first time to sub1.domain-name.com, the account is created and all works fine. If that same user then logs into sub2.domain-name.com it will successfully login, but the account “test_1” will be created and it will not use the exisiting one.
Forum: Fixing WordPress
In reply to: WordPress Failed LoginFound a fix online that seems to have resolved it, had to add this to my themes function.php
setcookie(TEST_COOKIE, ‘WP Cookie check’, 0, COOKIEPATH, COOKIE_DOMAIN);
if ( SITECOOKIEPATH != COOKIEPATH )
setcookie(TEST_COOKIE, ‘WP Cookie check’, 0, SITECOOKIEPATH, COOKIE_DOMAIN);Forum: Fixing WordPress
In reply to: WordPress Failed LoginYep default logins are working fine, as are other themes.
I’ve put my default theme files back in and the error that comes up after the re-direct to the default WP login is “ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.”
But as i said, if i refresh the page or go back then i am actually logged in anyway.