Merge pull request #7769 from annando/issue-3229

Changed OpenID registration
This commit is contained in:
Hypolite Petovan 2019-10-29 10:32:02 -04:00 committed by GitHub
commit d6ff89d7b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 129 additions and 113 deletions

View file

@ -622,6 +622,7 @@ class User
}
}
/// @todo Check if this part is really needed. We should have fetched all this data in advance
if (empty($username) || empty($email) || empty($nickname)) {
if ($openid_url) {
if (!Network::isUrlValid($openid_url)) {