OpenID: Add support for Launchpad on the login form
The icon used in the login page is taken from [1] and encoded to base64 using [2]. [1] https://launchpadlibrarian.net/16111289/gem-sm.png [2] http://www.base64-image.de/ Change-Id: I8b3b10b7aef8a6dbae451edc017f9a35c1b9f1a9
This commit is contained in:

committed by
David Ostrovsky

parent
a7d3e6cea3
commit
fbdf16584e
@@ -18,5 +18,6 @@ public class OpenIdUrls {
|
||||
public static final String OPENID_IDENTIFIER = "openid_identifier";
|
||||
public static final String LASTID_COOKIE = "gerrit.last_openid";
|
||||
|
||||
public static final String URL_LAUNCHPAD = "https://login.launchpad.net/+openid";
|
||||
public static final String URL_YAHOO = "https://me.yahoo.com";
|
||||
}
|
||||
|
Reference in New Issue
Block a user