XF 1.5 Social login integration usage

Mr. Jinx

Well-known member
Is there a way to show how many users are using the social login feature to login with a facebook/google/twitter account?

And what would be the consequence if I would remove the integration? For example, what happens if I remove the facebook app id.
Obviously, those users won't be able to login with their social account, but can they still login with their email and a password reset?
 
Is there a way to show how many users are using the social login feature to login with a facebook/google/twitter account?
You would need to query the database directly.

but can they still login with their email and a password reset?
That depends whether the email address is a private address or linked with the social media service provider.
For example, someone registering via Facebook could have an email address like app+54pw9o24km4.1i1qioo.cfe295a4a40253a8f841a2c6f460741@proxymail.facebook.com

For those members you would have to manually set the email address.
 
Top Bottom