[Zope-Checkins] CVS: Zope2 - editUser.dtml:1.2.6.1
Brian Lloyd
brian@digiciool.com
Wed, 7 Mar 2001 16:10:35 -0500 (EST)
Update of /cvs-repository/Zope2/lib/python/AccessControl/dtml
In directory korak:/home/brian/temp/zope-23-branch/lib/python/AccessControl/dtml
Modified Files:
Tag: zope-2_3-branch
editUser.dtml
Log Message:
Changed default 'confirm' value so that length matches the default 'password'
value - people thought that there was something wrong because the lengths
didn't match.
--- Updated File editUser.dtml in package Zope2 --
--- editUser.dtml 2001/01/08 22:46:56 1.2
+++ editUser.dtml 2001/03/07 21:10:34 1.2.6.1
@@ -44,7 +44,7 @@
</div>
</TD>
<TD VALIGN="TOP">
-<INPUT TYPE="PASSWORD" NAME="confirm" SIZE="30" value="confirm" />
+<INPUT TYPE="PASSWORD" NAME="confirm" SIZE="30" value="pconfirm" />
</TD>
</TR>
</dtml-if>