Hi Michael,
could you please make these checks:
- Make sure "Email" is ticked in the Facebook setup in the settings of your OneAll site
- Make sure the account linking is enabled in the Social Login settings in your WordPress admin area
Regards,
Hello,
are you using Prestashop?
In this case you need to refresh the shop cache as described here:
http://docs.oneall.com/plugins/guide/social-login-prestashop/#4c
Hello,
could you please open the Social Login config in the admin area of your shop and click on the "Autodetect" and "Verify" buttons? Do you get two green success messages?
Regards,
Hi Ryon,
could you please open this file in your phpBB folder:
ext/oneall/sociallogin/acp/sociallogin_acp_module.php
Then look for this line:
https://github.com/oneall/social-login-phpbb/blob/master/[ >= 3.1. ] EXTENSION/oneall/sociallogin/acp/…
Hi Michael,
here a new version of Social Login:
https://www.dropbox.com/s/kbhg8fit1wbrazz/wordpress---oneall-social-login.zip?dl=0
Simply deactivate/remove the current version then upload and activate this version.
You will then find these option…
Hi Michael,
could you copy/paste this code to the end of your functions.php file?
add_action( 'wp_footer', 'list_filters' ); function list_filters() { global $wp_filter; $comment_filters = array (); $h1 = '
Hi Michael,
the change that I asked you to do was not intended to be the solution. It only helped me discover where the problem actually is.
In our plugin we have this line:
$redirect_to = apply_filters ('login_redirect', $redirect_to, (! empty ($…
Hi Mike,
Social Login is a login plugin, it does not offer the possibility to prevent the modification of the profile. What you could do is manually adding a disabled attribute on the input field for the website.
Also, is it possible to display th…
Hello,
if you look at the file communication.php of the Social Login plugin for WordPress you can see this line:
$identity = $user_data->identity;
$identity contains the data retrieved from the social network profile, including the token inform…