Hi Harry,
Thank you for reaching out to us.
The Social Login Plugin does not restrict or give access to any page on its own.
It seems to me that access to the Social Login plugin files is restricted due to the web server configuration.
Have you made any changes to the .htaccess file ? This file enables setting access permissions for all files on your webserver.
An incorrect configuration of this file may cause a 403 forbidden error.
Can you refer this link and make sure you .htaccess is not corrupt and all files in wordpress have correct permissions.
http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-403-forbidden-error-in-wordpress/
Also, delete the plugin and then install it again. Let me know if you still face the issue. You can also get back to us through the support form in the plugin.
Thanks,
miniOrange Team
Hi,
thanks for the reply. Yes i think that it could be my htaccess, there is a lot of stuff in it;) I will check it step by step and come back here with the info.
Best regards,
Harry
Hi again,
so i have checked my htaccess and try a “normal” htaccess with just only
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
in it but it doesn’t changes anything.
Deleting and reinstall the plugin does not make it work again.
What else can i do or check?
Best regards,
Harry
Hi Harry,
Can you try the solution pointed out in this thread ?
Let me know if this resolves the issue.
Thanks,
miniOrange Team
Hi,
thanks for this!
So i see that this is caused by the plugin “Bad Behavior”.
When it is deactivated everything is fine.
There is no difference if
define('WP_HOME','https://www.all4hardware4u.de');
define('WP_SITEURL','https://www.all4hardware4u.de');
is in the wp-config.php or not.
I added /?option=moopenid to the whitelist from “Bad Behavior” but it doesnt work.
Is there another query that should be whitelisted?
It is also possible to enter an ip-adress or an useragent to be whitelisted.
Best regards,
Harry
Hi again,
this option in the settings from “Bad Behavior” should be checked:
“Allow form postings from other web sites (required for OpenID; increases spam received)” and the login works;)
So this issue is resovled:)
Thanks!