[Yanel-commits] rev 30286 - public/yanel/trunk/src/webapp/xslt

michi at wyona.com michi at wyona.com
Fri Jan 11 00:26:14 CET 2008


Author: michi
Date: 2008-01-11 00:26:14 +0100 (Fri, 11 Jan 2008)
New Revision: 30286

Modified:
   public/yanel/trunk/src/webapp/xslt/login-screen.xsl
Log:
openid input field name fixed

Modified: public/yanel/trunk/src/webapp/xslt/login-screen.xsl
===================================================================
--- public/yanel/trunk/src/webapp/xslt/login-screen.xsl	2008-01-10 23:23:14 UTC (rev 30285)
+++ public/yanel/trunk/src/webapp/xslt/login-screen.xsl	2008-01-10 23:26:14 UTC (rev 30286)
@@ -45,7 +45,7 @@
 	<p>
 	or login with <a href="http://www.openid.net">OpenID</a>:
 	<form method="POST">
-          <input type="text" name="openid"/>
+          <input type="text" name="yanel.login.openid"/>
           <input type="submit" value="Login"/>
 	</form>
 	(For example: username.wordpress.com)



More information about the Yanel-commits mailing list