svn commit: [2311] trunk/templates/user/twostep_change_password: set the password field length to the same as everywhere

maddingue at free.fr maddingue at free.fr
Sun Jun 2 09:03:34 CEST 2013


Revision: 2311
Author:   maddingue
Date:     2013-06-02 09:03:34 +0200 (Sun, 02 Jun 2013)
Log Message:
-----------
set the password field length to the same as everywhere

Modified Paths:
--------------
    trunk/templates/user/twostep_change_password

Modified: trunk/templates/user/twostep_change_password
===================================================================
--- trunk/templates/user/twostep_change_password	2013-06-02 07:02:26 UTC (rev 2310)
+++ trunk/templates/user/twostep_change_password	2013-06-02 07:03:34 UTC (rev 2311)
@@ -22,7 +22,7 @@
   <td align="right">{{Login}}</td>
   <td>&nbsp;</td>
   <td>
-    <input type="text" name="login" value="[% login %]" size="11" maxlength="10" />
+    <input type="text" name="login" value="[% login %]" size="11" maxlength="60" />
   </td>
 </tr>
 <tr>



More information about the Act-cvs mailing list