Shade- / MyFacebook-Connect

A plugin to integrate Facebook with MyBB, letting users login and register through Facebook.
27 stars 24 forks source link

Third party plugins incompatibility #28

Closed Shade- closed 10 years ago

Shade- commented 10 years ago

Default Avatar doesn't check for $user_info['uid'] before updating the database, leading to MySQL errors.

The way MyConnect plugins were developed tries to consider third party plugins but the $user_info array is void. I must replace the current $user array with $user_info and globalize it, so other plugins can use it thinking it comes from a regular registration.