Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Make sure we are able to use hook 'getUserRecord' after valid … #5

Closed
wants to merge 1 commit into from
Closed

[TASK] Make sure we are able to use hook 'getUserRecord' after valid … #5

wants to merge 1 commit into from

Conversation

dalder
Copy link
Contributor

@dalder dalder commented Nov 19, 2015

…openid request

@@ -221,6 +223,10 @@ public function getUser()
}
} elseif (!empty($this->loginData['uident_openid'])) {
$this->sendOpenIDRequest($this->loginData['uident_openid']);
} elseif (!empty(GeneralUtility::_POST('openid_url'))) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not that happy with this "raw check" either. Just tryed to copy the already used style of this extension. See function 'processLoginData' for example. Same check used there.

@dalder
Copy link
Contributor Author

dalder commented Nov 23, 2015

Ok, this patch is completely nonesence :) I will provide the better "correct" solution, including a patch...

@dalder dalder closed this Nov 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant