diff --git a/VERSION b/VERSION index e096e79f..31297b58 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.4 (2012-02-28 10:08:51) stable +Version 1.99.4 (2012-02-28 10:10:28) stable diff --git a/gluon/contrib/login_methods/browserid_account.py b/gluon/contrib/login_methods/browserid_account.py index 519119ba..923379af 100644 --- a/gluon/contrib/login_methods/browserid_account.py +++ b/gluon/contrib/login_methods/browserid_account.py @@ -41,7 +41,7 @@ class BrowserID(object): issuer = "browserid.org", verify_url = "https://browserid.org/verify", browserid_js = "https://browserid.org/include.js", - browserid_button = "http://browserid.org.cn/css/sign_in_red.png", + browserid_button = "https://browserid.org/i/sign_in_red.png", crypto_js = "https://crypto-js.googlecode.com/files/2.2.0-crypto-md5.js", on_login_failure = None, ):