Show
Ignore:
Timestamp:
08/30/09 17:58:15 (4 years ago)
Author:
kazuhiko
Message:

* disable Videntity.org because it seems to be closed.
* do not raise an exception if specified service is missing.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/plugin/openid.rb

    r17211 r35130  
    2323                        'http://<ID>.openid.ne.jp/user/xrds'), 
    2424                'TypeKey' => @openid_config.new(['http://www.typekey.com/t/openid/', 'http://profile.typekey.com/<ID>/']), 
    25                 'Videntity.org' => @openid_config.new(['http://videntity.org/serverlogin?action=openid', 'http://<ID>.videntity.org/']), 
     25                # Videntity.org seems to be closed. 
     26                # 'Videntity.org' => @openid_config.new(['http://videntity.org/serverlogin?action=openid', 'http://<ID>.videntity.org/']), 
    2627                'Vox' => @openid_config.new(['http://www.vox.com/services/openid/server', 'http://<ID>.vox.com/']), 
    2728                'myopenid.com' => @openid_config.new( 
     
    6566                        HTML 
    6667                        result.gsub( /^\t{2}/, '' ) 
    67                 end 
     68                end if openid_service 
    6869        end 
    6970end