[TYPO3-core] State of TYPO3 OpenID

Dmitry Dulepov dmitry.dulepov at gmail.com
Fri Jul 12 10:01:51 CEST 2013


Hi!

Christian Weiske wrote:
> Have a look at line 185 and following:
>> // Here if user just started authentication
>> $userRecord = $this->getUserRecord($this->openIDIdentifier);
>
> This is the original. It fetches the user record from the database
> instantly when the user gave the identifier. This fails in case of
> generic endpoint identifiers.
>
> I change this code to try to parse the url, and when this succeeds and
> a protocol and host is set, the OpenID request is sent.
> That way the OpenID login process is started before fetching the user
> record.

Does this help to solve the problem for Google users without Google+ profiles?

-- 
Dmitry Dulepov


More information about the TYPO3-team-core mailing list