Coder Social home page Coder Social logo

mybbgroup / isango Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 7.0 267 KB

MyBB Simple Social Login / Register Using oAuth2

Home Page: https://mybb.group/Thread-Isango

License: MIT License

PHP 61.65% HTML 7.01% SCSS 12.89% CSS 18.45%
php mybb-plugin oauth2-authentication login registration mybb social-login

isango's People

Contributors

effone avatar eldenroot avatar lairdshaw avatar riisdev avatar stampylongr avatar yuliu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

isango's Issues

Duplicate language entry `auth_success_registered_redirect`

Front-end English language file:

$l['auth_success_registered_redirect'] = "Welcome. Successfully logged in using '{1}'.";
$l['auth_success_registered_redirect'] = "The profile from '{1}' which you are trying to connect is already registered with your account.";

The second should be auth_already_connected_redirect.

Change username

Maybe would be nice to add this option to add an ability to change an username after registration via 3rd party services. It could be in UCP -> Connections or during registration, not sure what would be the best place.

Duplicate `add_breadcrumb` in UserCP

The following code has outputted a nav link to UserCP in usercp.php:

add_breadcrumb($lang->nav_usercp, "usercp.php");

Isango has done it again in isango_connections(). I don't know if it's required, but the navigation will show two identical links to UserCP.

Make use of usercp_nav_connections template

... get rid of hardcoded declaration.
Also use variable (or practice other ways) in place of targetting closing table tag to extend support to any kind (tableless) of theme.

Isango discord login wont transfer profile picture/name

Hi,

The plugin Isango is great with the discord registration feature only the problem is when i try to register on MYBB with the discord login it wont transfer the profile picture and name used on ur discord profile. It only transfer ur email name as username thats a privacy issue the discord login feature should transfer the profile name and profile picture from ur discord account

WordPress Support

Add support of login / register using WordPress official credential.

Allow connection without email

Allow users to connect services that doesn't return email address. Enable users to login using ID only in that case.

Note: Need to evaluate if registration is possible without email address (and force user to provide email after registration?)

Disable on registration.

Hi. I would like users to login using connected services but not register.

A option to do this would be awesome.

Different size of buttons

Make a setting to choose between 2 size of buttons - icons only and icon with text (already done).

Native Account e-mail Match

  • Optionally restrict matching returned email with native account data to enhance security.
  • Authenticate users using both ID and email, not either of the two.

Discord login concerns

Hello I have the following problem when I want to login with discord thank you in advance for your help

invalid oauth2 redirect_uri

Simplify info configs

Simplify the configuration file to declare info related settings to be simple strings that can be used as key in plugin function.

This will make it possible to get rid of eval() as well as improve readability of the .ini files.

Random Password Length

The generated random password doesn't adhere min and max password lengths set by user and may cause issue.

Possible problem with other required fields

I've noticed that if some fields of profile are required but cannot be provided by gateway it will fail to register new account. Also fields like gender if are hidden on gateway it will fail to register new account. Maybe consider allowing then people to fill missing fields on some kind of "stripped" registration form or just simply load default values provided and allow account to be created.

Settings display order irregularity

Fails to set / update display order of settings while rebuilding the settings as per available gates. Resulting gaps between display order serial numbering and constant increment of order number from last available.

2.0.0 release ETA

@effone - I cannot reach you on Discord, so I will ask here - can we focus on 1.2.0 release and finish this plugin soon?

I am here to help you, let me know and I am free for testing :)

Focus:

  • Connection Delete Confirmation #69
  • Check for inactive gates as per available services and indicate in listing
  • Isango Buttons: Structural Improvement #22, #47, #51
  • Possible problem with other required fields #43
  • Registration IP not captured #41
  • Send a PM to newly registered users #7
  • Disable registration using Isango (only login) #44, #45
  • SCSS and MAP files for CSS compilation #37
  • Bump plugin version in the next release #36
  • Settings display order irregularity #58
  • Purge connections while deleting user #60
  • Allow Single Connection Per Service #70
  • Random Password length as per settings #67
  • Bump Plugin Version + Format Code #36
  • Native Account e-mail Match #31
  • Complete basic repo structure #17

Issues with discord registration

When attempting to sign up using discord I'm given the following error message:

"Failed to receive token data from 'Discord' (status code: 0). Please contact Administrator."

I believe i've done the setup correctly as I have both of the 0auth links on my discord developer panel and I have the 2 needed ID's in my forum ACP menu.

Multiple accounts check

When I login via Discord (add a connection in UCP panel) and then I log out and log in via a second accoutn and add a Discord account (same one) -> log out -> log in via Discord -> you are not logged for the right account, you are connected with an account which is not asscoaited with this email.

It happens only with Discord.

SCSS and MAP files for CSS compilation

It seems that SCSS and MAP are for generating the actual CSS file. If so, it might not be included in release build.

I'm not familiar with how to use those SCSS and MAP files. Could anyone write a little more on development of Isango with an appropriate way of handling the CSS file on the README page or in the Wiki section?

Thanks.

Verified email state

As reported by @Shade-
Some gateways can return unverified emails. In that case make use of verification state returned alongwith.

No option to add Terms/Privacy links

As per googles developer policies I am trying to configure the plugin to display TERMS and Conditions/Privacy Policy links.

The plugin does not give any customization for such thing.

Possible for such feature to be implemented in next update?

Isango Buttons: Structural Improvement

Templatize Isango buttons for better control on placement and designing...

  • Create settings for users to choose button group type
  • Create 3 sets of action triggers (Buttons / Select)
  • Globalize all structures

Disable login with non-connected services.

Hi. I would like users to login using only connected services. That is, for users to be able to login use a service they would need to connect from the UCP first.

A option to do this would be awesome.

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.