You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by do...@apache.org on 2013/09/12 06:54:59 UTC

svn commit: r1522414 - /james/hupa/trunk/client/src/main/webapp/Hupa.html

Author: dongxu
Date: Thu Sep 12 04:54:59 2013
New Revision: 1522414

URL: http://svn.apache.org/r1522414
Log:
Remove demo values in login screen

Modified:
    james/hupa/trunk/client/src/main/webapp/Hupa.html

Modified: james/hupa/trunk/client/src/main/webapp/Hupa.html
URL: http://svn.apache.org/viewvc/james/hupa/trunk/client/src/main/webapp/Hupa.html?rev=1522414&r1=1522413&r2=1522414&view=diff
==============================================================================
--- james/hupa/trunk/client/src/main/webapp/Hupa.html (original)
+++ james/hupa/trunk/client/src/main/webapp/Hupa.html Thu Sep 12 04:54:59 2013
@@ -147,8 +147,8 @@
     <!-- We need this because passwords in forms rendered by js are not saved in browsers -->
     <div id="login">
 	  <form id="loginForm" action="hupa/clear.cache.gif" method="post">
-	    <input autocomplete="on" autocapitalize="off" id="email" name="email" type="text" value="demo">
-	    <input autocomplete="on" autocapitalize="off" id="password" name="password" type="password" value="demo">
+	    <input autocomplete="on" autocapitalize="off" id="email" name="email" type="text">
+	    <input autocomplete="on" autocapitalize="off" id="password" name="password" type="password">
 	  </form>
     </div>
     



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org