]> git.mxchange.org Git - friendica.git/blobdiff - mod/settings.php
some openid fixes, use identity url from openid server and normalise it.
[friendica.git] / mod / settings.php
index 3a8ad29d28e18994899f07cdb3c9f742369292c9..59ede47297ed551f2284f33a5d1aab76f32b3573 100755 (executable)
@@ -322,6 +322,7 @@ function settings_post(&$a) {
        $str_contact_deny  = perms2str($_POST['contact_deny']);
 
        $openidserver = $a->user['openidserver'];
+       $openid = normalise_openid($openid);
 
        // If openid has changed or if there's an openid but no openidserver, try and discover it.