User tests: Successful: Unsuccessful:
This utilises a framework PR (joomla-framework/http#12) to extend the transport options in Joomla for the SSL request. Currently to keep things incremental the plugin still only uses Curl, but in the future may allow to use other request methods that are available.
To test you can check that the Gmail authentication plugin still verifies users properly
Labels |
Added:
?
|
@wilsonge on login with this patch applyed i get:
Catchable fatal error: Argument 1 passed to JHttp::__construct() must be an instance of Joomla\Registry\Registry, array given, called in JROOT/plugins/authentication/gmail/gmail.php on line 67 and defined in JROOT/libraries/joomla/http/http.php on line 42
Easy | No | ⇒ | Yes |
Category | ⇒ | External Library Plugins |
@test
Gmail login still seems to be working after patch.
Tested with all the options in the plugin and gmail authentication still works
Status | Pending | ⇒ | Ready to Commit |
Setting RTC
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-07-11 14:03:07 |
Closed_By | ⇒ | mbabker |
Labels |
Removed:
?
|
@wilsonge i have just send you a PR: wilsonge#11 to fix codestyle. I will try to test now