[TYPO3-core] FYI #16598: Login via OpenID is impossible
Steffen Gebert
steffen at steffen-gebert.de
Wed Jan 19 10:50:17 CET 2011
On 19.01.11 10:20, Søren Malling wrote:
> Sorry for bringing this issue up again, but if I remember correctly,
> the limit number needed to be set in older versions (before
> exec_SELECTgetSingleRow).
>
> At the moment I can't get OpenID to work on with
>
> https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-4-6/typo3/sysext/openid/sv1/class.tx_openid_sv1.php
>
> That was an issue with no "limit" parameter set and the function
> returning a array and not a single row. Will I have to create a bug
> report and send a patch to core, or how should I handle this?
Hi Søren,
but nothing was changed in 4.4, was it?
You're pointing to sv1/class.tx_openid_sv1.php, however this RFC was
about the change in _store.php
In _sv1.php, there's this code, which was changed for 4.5:
list($row) = $GLOBALS['TYPO3_DB']->exec_SELECTgetRows('uid,content',
self::ASSOCIATION_TABLE_NAME, $where, '', $sort, '1');
However, this would return the first row.
Sorry, don't exactly see the problem. Please create a bug report and
describe, and of course, if you know, what has to be changed, you could
attach a patch ;-)
Kind regards
Steffen
--
Steffen Gebert
TYPO3 Core Team Member
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/
More information about the TYPO3-team-core
mailing list