Changed OpenID registration

This commit is contained in:
Michael 2019-10-24 20:23:26 +00:00
parent 2edccf9341
commit aca701bef8
9 changed files with 128 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)) {