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
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)) {