This issue was fixed on the customer's website by one of our staff members and we have released a new version of the plugin that includes the bugfix too.
Here the changes:
https://github.com/oneall/social-login-prestashop/commit/09301d350a67eafe…
Hello,
yes after the login with a social network the full data is retrieved here:
https://github.com/oneall/social-login-wordpress/blob/wordpress/3.0-5.0+/upload/oa-social-login/includes/communication.php#L44
You could use this hook to store …
Hello,
at that location the plugin generates a random password for the user. The password has a minum and a maximum length and these values are taken from the settings of your phpBB ACP.
Please have a look at the user registrations settings in…
Hello,
it's not possible to create a OneAll subdomain with a dot inside.
Please login to your OneAll account, click on the tile of your site and look for "API Access \ Subdomain". This will give you the correct value.
Best Regards,
Hello,
yes, you can add Social Login any by using this code:
<?php do_action('oa_social_login'); ?>
http://docs.oneall.com/plugins/guide/social-login-wordpress/#4
Just add it to the location where you would like to display Social Log…
Hi Andy,
usually you should not get to the redirection, as this means that the plugin does not work correctly.
Could you open this file:
/home/pewterwo/public_html/modules/oneallsociallogin/controllers/front/register.php
Then look for thi…
Hello,
when trying to login with Facebook I get this error:
App Not Setup: This app is still in development mode, and you don't have access to it. Switch to a registered test user or ask an app admin for permissions.
Please go there…