GithubHelp home page GithubHelp logo

oneall / social-login-mybb Goto Github PK

View Code? Open in Web Editor NEW
6.0 4.0 3.0 913 KB

myBB Social Login allows your users to login and register with 35+ social networks. It increases your user registration rate by simplifying the registration process for new users and provides permission-based social data retrieved from the social network profiles.

Home Page: https://docs.oneall.com/plugins/guide/social-login-mybb/

License: GNU General Public License v2.0

PHP 87.83% CSS 5.18% HTML 4.50% JavaScript 2.49%
social-network social-login oneall mybb mybb-plugin

social-login-mybb's Introduction

Social Login 2.11.0 for myBB 1.6+

myBB Social Login allows your users to login and register with 40+ social networks. It increases your user registration rate by simplifying the registration process for new users and provides permission-based social data retrieved from the social network profiles.

Installation guide

https://docs.oneall.com/plugins/guide/social-login-mybb/

Official myBB plugin

https://community.mybb.com/mods.php?action=view&pid=981

Supported Social Networks

  • Apple
  • Amazon
  • Battle.net
  • Blogger
  • Discord
  • Disqus
  • Draugiem
  • Dribbble
  • Epic Games
  • Facebook
  • Foursquare
  • Github.com
  • Google
  • Instagram
  • Line
  • LinkedIn
  • LiveJournal
  • Mail.ru
  • Meetup
  • Mixer
  • Odnoklassniki
  • OpenID
  • Patreon
  • PayPal
  • Pinterest
  • PixelPin
  • Reddit
  • Skyrock.com
  • SoundCloud
  • Spotify
  • StackExchange
  • Steam
  • Strava
  • Tumblr
  • Twitch.tv
  • Twitter
  • Vimeo
  • VKontakte
  • Weibo
  • Windows Live
  • WordPress.com
  • XING
  • Yahoo
  • Yandex
  • YouTube

About Us

Social Login is maintained by OneAll. OneAll, a technology company offering a set of web-delivered tools and services for establishing and optimizing a site's connection with social networks.

License

The GNU General Public License (GPL) is available at http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.

Fork us on Github!

social-login-mybb's People

Contributors

schlesserclaude avatar zaradamien avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

social-login-mybb's Issues

Custom fields information retrieval

Hi.

My forum is http://viejovenes.club

I've been experimenting with this plugin and I found a problem. It doesn't allow me to force users to introduce their sex or location. I get that there may be users that do not disclose this information, and I wonder if I can work around this problem, because this info is important for us (we plan to balance demographics).

I wonder if this plugin could redirect users to fulfill the missing info based on the list of custom fields, or could the Oneall app be configured to ask for it, and retrieve a "null" string when the field does not match or something like that.

Steam Integration Profile Picture Issue

If a user uses steam to sign up, their profile picture is 10x bigger than it should be, I'm pretty sure this is due to the fact that steam has 3 profile picture sizes that you can request;

Proof:

image

image

Looks like $user not defined in oa_social_login.php

Looks like $user not defined in oa_social_login.php in this code. probably should be $user_info
switch ($mybb->settings['username_method'])
{
case 0:
$emailmessage = $lang->sprintf($lang->email_randompassword, $user['username'], $mybb->settings['bbname'], $user_info['username'], $user_info['password']);
break;
case 1:
$emailmessage = $lang->sprintf($lang->email_randompassword1, $user['username'], $mybb->settings['bbname'], $user_info['username'], $user_info['password']);
break;
case 2:
$emailmessage = $lang->sprintf($lang->email_randompassword2, $user['username'], $mybb->settings['bbname'], $user_info['username'], $user_info['password']);
break;
default:
$emailmessage = $lang->sprintf($lang->email_randompassword, $user['username'], $mybb->settings['bbname'], $user_info['username'], $user_info['password']);
break;
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.