try and add some regs

This commit is contained in:
friendica 2015-03-12 15:19:54 -07:00
parent fc84c81f64
commit 71f2a797cb
2 changed files with 3 additions and 1 deletions

View File

@ -33,6 +33,8 @@ function rmagic_post(&$a) {
$openid = new LightOpenID(z_root());
$openid->identity = $address;
$openid->returnUrl = z_root() . '/openid';
$openid->required = array('namePerson/friendly', 'namePerson');
$openid->optional = array('namePerson/first','media/image/aspect11','media/image/default');
goaway($openid->authUrl());
} catch (Exception $e) {
notice( t('We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID.').'<br /><br >'. t('The error message was:').' '.$e->getMessage());

View File

@ -1 +1 @@
2015-03-11.968
2015-03-12.969