YAFLogo

johnk
  • johnk
  • 74.8% (Friendly)
  • YAF All-the-Time Topic Starter
10 years ago
Is there a way we can find out how many users used SSO to register (and.or logged in) to the site?
Sponsor

Zero2Cool
10 years ago
Best I got for ya.

select *
from  yaf_user
where IsGoogleUser = 1


select *
from  yaf_user
where IsTwitterUser  = 1


select *
from  yaf_user
where isFacebookUser = 1



select *
from  yaf_user
where IsGoogleUser = 1
or IsTwitterUser  = 1
or isFacebookUser = 1

 
YAF Logo Copyright © YetAnotherForum.NET & Ingo Herbote. All rights reserved
About Us

The YAF.NET is an open source .NET forum project. YAF.NET is supported by an team of international developers who are build community by building community software.

Powered by Resharper Donate with PayPal button