[pLog-svn] r595 - plog/trunk/templates/wizard

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Dec 29 12:46:24 GMT 2004


Author: oscar
Date: 2004-12-29 12:46:23 +0000 (Wed, 29 Dec 2004)
New Revision: 595

Modified:
   plog/trunk/templates/wizard/step3.template
Log:
the password is not preset anymore

Modified: plog/trunk/templates/wizard/step3.template
===================================================================
--- plog/trunk/templates/wizard/step3.template	2004-12-29 12:35:38 UTC (rev 594)
+++ plog/trunk/templates/wizard/step3.template	2004-12-29 12:46:23 UTC (rev 595)
@@ -32,7 +32,7 @@
     <label for="userPassword">Password</label>
     <span class="required">*</span>
     <div class="fieldHelp">Password assigned to this user</div>
-    <input type="password" name="userPassword" value="{$userPassword}"/>
+    <input type="password" name="userPassword" value=""/>
     {include file="wizard/validate.template" field=userPassword message="Password is missing or too short"}    
     <br/>
     <div class="fieldHelp">Please confirm the password</div>




More information about the pLog-svn mailing list