Temporarily disable OpenID functionality for release
[citadel.git] / webcit / auth.c
index b923dd9dbdbcd77f172b7e91ebcd325e1339fc1e..2af65ac1e5267a202906a56215c3da82db2e9576 100644 (file)
@@ -78,7 +78,7 @@ void display_login(char *mesg)
                svput("NEWUSER_BUTTON_POST", WCS_STRING, "");
        }
 
-#ifdef TECH_PREVIEW
+#if 0
                svprintf(HKEY("OFFER_OPENID_LOGIN"), WCS_STRING,
                        "<div align=center>"
                        "<a href=\"display_openid_login\">"
@@ -99,7 +99,6 @@ void display_login(char *mesg)
 
 
 
-
 /* 
  * Display the openid-enabled login screen
  * mesg = the error message if last attempt failed.