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: [email protected]
For additional commands, e-mail: [email protected]