Ignore:
Timestamp:
Jan 11, 2014, 1:27:14 AM (10 years ago)
Author:
mistic100
Message:

add Persona authentification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/oAuth/include/providers_stats.inc.php

    r26555 r26605  
    5555    'provider_name'     => 'OpenID',
    5656    'new_app_link'      => null,
     57    'about_link'        => 'http://openid.net/get-an-openid/what-is-openid/',
    5758  ),
    5859  'Flickr' => array(
     
    6061    'provider_name'     => 'Flickr',
    6162    'new_app_link'      => null,
     63    'about_link'        => 'http://openid.net/get-an-openid/what-is-openid/',
    6264  ),
    6365  'Steam' => array(
     
    6567    'provider_name'     => 'Steam',
    6668    'new_app_link'      => null,
     69    'about_link'        => 'http://openid.net/get-an-openid/what-is-openid/',
    6770  ),
    6871  'Wordpress' => array(
     
    7073    'provider_name'     => 'Wordpress',
    7174    'new_app_link'      => null,
     75    'about_link'        => 'http://openid.net/get-an-openid/what-is-openid/',
    7276  ),
     77  'Persona' => array(
     78    'label'             => 'Persona',
     79    'provider_name'     => 'Persona',
     80    'new_app_link'      => null,
     81    'about_link'        => 'https://login.persona.org/about',
     82    ),
    7383);
Note: See TracChangeset for help on using the changeset viewer.