mirror of
https://github.com/friendica/friendica
synced 2025-04-24 11:10:18 +00:00
use optional openid photo for registration - if supplied
This commit is contained in:
parent
f9f08b4355
commit
dd52aec243
4 changed files with 28 additions and 8 deletions
|
@ -114,7 +114,7 @@ else {
|
|||
// new account
|
||||
$_SESSION['register'] = 1;
|
||||
$openid->required = array('namePerson/friendly', 'contact/email', 'namePerson');
|
||||
$openid->optional = array('namePerson/first','media/image/aspect11');
|
||||
$openid->optional = array('namePerson/first','media/image/aspect11','media/image/default');
|
||||
goaway($openid->authUrl());
|
||||
// NOTREACHED
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue