aboutsummaryrefslogtreecommitdiffstats
path: root/include/auth.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-22 19:58:35 -0800
committerFriendika <info@friendika.com>2010-11-22 19:58:35 -0800
commit1278305de92935bdc4ee2f27076fbbb83917cbec (patch)
treed773b8986095aced27038b6e49d07386f4167fe4 /include/auth.php
parent1b14c1733ba9fcd016eb7c8ed79a25633a5d08ae (diff)
downloadvolse-hubzilla-1278305de92935bdc4ee2f27076fbbb83917cbec.tar.gz
volse-hubzilla-1278305de92935bdc4ee2f27076fbbb83917cbec.tar.bz2
volse-hubzilla-1278305de92935bdc4ee2f27076fbbb83917cbec.zip
salmon error handling issue
Diffstat (limited to 'include/auth.php')
-rw-r--r--include/auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/auth.php b/include/auth.php
index 0a6050a17..05d5dfd6f 100644
--- a/include/auth.php
+++ b/include/auth.php
@@ -114,7 +114,7 @@ else {
// new account
$_SESSION['register'] = 1;
$openid->required = array('namePerson/friendly', 'contact/email', 'namePerson');
- $openid->optional = array('namePerson/first');
+ $openid->optional = array('namePerson/first','media/image/aspect11');
goaway($openid->authUrl());
// NOTREACHED
}