Hi,
You can add a filter that, when processing user login, will check if his email is already in the database and allow him to login only if this is the case.
Add this code to the functions.php file of your WordPress templates (accessible via the da…
Hi,
Our documentation at docs.oneall.com/plugins/guide/social-login-joomla/ does not do anything special user-management wise. It adds a login option, in addition to the regular login/registration pages.
You could not login neither with Social Logi…
Hi,
Ok.
Yes, you can send me login info, via my email address (the one listed in my profile, @oneall.com).
We'll have a look, although we can't promise to spend too much time on your installation.
You're welcome. Sorry not to provide a better setup.
For what it's worth, if a user logs in with his regular account (not with Social Login), he can then link to his twitter account. Then, he will be able to login via twitter. That is a manual proc…
Ok, thanks.
Yes, it is the same for disqus.
For twitter, you can request whitelisting of your application. It must go through an approval procedure though. See https://twittercommunity.com/t/how-to-get-email-from-twitter-user-using-oauthtokens/558/…
Thanks :-)
Even if Twitter has the email address, it will not send it to us (unless your twitter app has special permissions), so the plugin then creates a random address.
When you mention that the Twitter email address is yes123... you know so bec…
Hi,
Somehow the transport part is lost. There are reports of similar behaviour on mobile.
One turnaround would be to set the full URL in the ajax call of your login_redirect function.
For this, you could use the args.callback_uri, which should hold …
Ah yes, indeed, this feature exists for PhpBB 3.1.x only.
But that is maybe not related to what you want.
When you said: And just to make it clear; I want twitter login to create a random email when there is no email to link it to. However, at the …
Hi,
Indeed, the mobile view does not show the icons, while full site does.
Maybe you can try out something, in file:
plugins/OneallSocialLogin/class.oneallsociallogin.plugin.php
add line:
'MobileFriendly' => TRUE,
after the line 14 or so:
'Au…
This setting can be found in the ACP > Extension tab, then for the OneAll Social Login settings, towards the end of the page. (for Phpbb 3.1.x, version 2.4.10 of the plugin.)
Which version of PhpBB and the plugin are you using?
Hi,
Unfortunately, the WP eMembership is freely downloadable, so we cannot test it here.
So, it makes troubleshooting this a bit difficult.
Do all users logging in with the Social Login fail to work with eMembership, or only new ones, ...?
Actually…