Code Monkey home page Code Monkey 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

OneAll

The .Net OneAll SDK originally created by me at XPG. Contains code examples that show you how to use OneAll REST API and how to implement and customize Social Login on your own website. The OneAll.Net SDK supports single and multiple OneAll REST API connections simultaneously. It also includes extension methods for use in ASP.Net Web Pages as well as extensions for .Net MVC Razor Engine and a singleton API class for easy server side interaction. Full CHM documentation is included.

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

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;
}

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

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.