Hacky workaround for icon issue with fedora openid

This commit is contained in:
Kevin Fenzi 2014-01-20 23:44:40 +00:00
parent 1dc3f79b86
commit dce6baa832

View file

@ -397,8 +397,8 @@ def get_enabled_major_login_providers():
'name': 'fasopenid',
'display_name': 'FAS-OpenID',
'type': 'openid-direct',
'icon_media_path': '/jquery-openid/images/fedora-openid.png',
'openid_endpoint': 'http://id.fedoraproject.org/',
'icon_media_path': 'https://fedoraproject.org/w/uploads/d/d6/Guidelines-fedora-logo.jpg',
'openid_endpoint': 'https://id.fedoraproject.org/',
}