Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
More authentication problems
adamoxford
New
Just a quick question - does the Twitter login support the new requirement for SSL connections? I just get a weird red line error when trying to log in to a Vanilla site with Twitter now.
Also, Google login appears to have a problem in which it asks for a password to be assigned on second login.
I thought these problems were local to our site, as we've had a lot of difficulty with social signing - we're running 2.1b2 - but I notice that exactly the same problems occurred trying to log in here too.
2
Comments
I have an opened an issue on Github as I was able to replicate the Twitter problem: https://github.com/vanillaforums/Garden/issues/1770
Update to this file: https://github.com/vanillaforums/Garden/blob/fe140c6e11be7f32f26b55344f7103445fd658a1/plugins/Twitter/class.twitter.plugin.php
Thanks Adrian.
Fatal error: Call to undefined function trace() in /home8/pithrdon/public_html/forum/plugins/Twitter/class.twitter.plugin.php on line 611
still have the problem
you version vanilla does not have this function. this plugin won't have been tested for this version, however you can try to comment out the lines with Trace()
or you can add
at the end of the file.
grep is your friend.