Hi,
Thanks for this information!
Where did you set your workaround for the login redirect?
We noticed that BuddyPress interacts with the redirects for login (login_redirect filter), with their bp_login_redirect() hook. Perhaps your workaround can be…
Hum, this is not too developed.
On app.oneall.com, you can choose a language (Site Customization - Branding, Icons and Language), this will affect some text on screen (around the social icons).
You can also customize the intermediate screen, but wit…
Hi,
Weird, on a test site here, the user profile is on wp-admin/profile.php. Anyway.
We still need to find out how is the redirect set, so it can be changed to a correct value.
Hi,
Delete from where?
You can specify the social networks you want to display, either as a JS method, or as a configuration in a plugin.
(PS: vous pouvez aussi écrire en français, si plus facile
Hi,
Indeed, we do not call this action.
However, we call
do_action ('user_register', $user_id);, and our custom action, right after: do_action ('oa_social_login_action_after_user_insert', $user_data, $identity);
So, you could a add_action('oa_social…
Hi,
Commenting out the lines above prevents the plugin from calling other redirections. So, the fact that it now works means something else is redirecting your user login.
It is strange that the profile.php page is blank (the user's profile?), and t…
Hi,
Which version of Wordpress are you using ? (confused by your title :-)
Is your site accessible, if so what is the URL?
Finally, can you enable debug (lo log files only if you prefer) and see if you get any message?
Thanks.
Hi,
How do you set the URL to login?back=my-account ?
We have something like index.php?controller=authentication&back=my-account.
(just so we can try to reproduce your error).
Yes, the API is fine (we see the logs from here).
Hi,
How do you set that general redirect (for users not using OneAll)?
You can always look into the filter for registration redirect, to inspect and preserve the signup code.