Miled
Forum Replies Created
-
that filter was just renamed. now you can use
wsl_hook_process_login_before_wp_safe_redirectinstead, it runs just before logging the user in within wordpress.hallelujah.
will mark this as resolved and stick it to top so people may find the right answer for this issue. thank you all!
Forum: Plugins
In reply to: [WordPress Social Login] Do not use wp_print_stylesi’ll look into that, thank you.
Upon checking the net, I stumbled on this
https://developers.google.com/+/api/auth-migration#timetable
wsl should have integrated those latest google apis changes.
now, there is an additional step I forgot to mention in the guide. Could you try that and see if works. if not then it’s definitely an issue with wsl and I’ll look into it:
go to google dev site, then APIs & auth > APIs and enable “Google+ API”.
Forum: Plugins
In reply to: [WordPress Social Login] do_action('wordpress_social_login');> Figured this one. Try logging out as admin user.
wsl have the same behavior as wp login form. it won’t show up for connected users.
Forum: Plugins
In reply to: [WordPress Social Login] Has anyone worked out storing sessions?I guess you are talking about an account switcher to display in wp login form and works like shortcuts, is it?
the idea is pretty cool, but that may raise some serious security issues for shared computers besides it needs robust coding to secure those cookies
wsl used to allow spaces cause WP allow them too – by default.
anyway, wsl 2.2.1 no longer allow spaces.
thank you!
Forum: Plugins
In reply to: [WordPress Social Login] Do not use wp_print_stylesshould be fixed in 2.2.1
Forum: Plugins
In reply to: [WordPress Social Login] Unknown DB column "user_wsl_email"fixed in wsl 2.2.1.
thanks Gregory.
Forum: Plugins
In reply to: [WordPress Social Login] Internal Server Errorthis is now fixed in wsl 2.2.1.
Forum: Plugins
In reply to: [WordPress Social Login] Required User Profile Fieldssame as your previous thread.
see, for details http://hybridauth.sourceforge.net/wsl/buddypress.html
Forum: Plugins
In reply to: [WordPress Social Login] Pulling Social Info/Avatarsupdate to wsl 2.2.1, the new version now support buddypress
Forum: Plugins
In reply to: [WordPress Social Login] Redirect stuck at /logincould you provide the wp version and plugins list you using?
Forum: Plugins
In reply to: [WordPress Social Login] Working well on multisitewsl 2.2.1 now use get_user_meta to retrieve users metadata which should prevent this issue.
thank you much.