Commit ea93883d authored by Evan Simpson's avatar Evan Simpson

Changed 'password' and 'confirm' default values to use new User protocol for...

Changed 'password' and 'confirm' default values to use new User protocol for leaving password alone while changing roles/domains.
parent ee25fe25
......@@ -29,7 +29,7 @@
<STRONG>New Password</STRONG>
</TD>
<TD VALIGN="TOP">
<INPUT TYPE="PASSWORD" NAME="password" SIZE="40" value=" -- unchanged -- ">
<INPUT TYPE="PASSWORD" NAME="password" SIZE="40" value="password">
</TD>
</TR>
<TR>
......@@ -37,7 +37,7 @@
<STRONG>(Confirm)</STRONG>
</TD>
<TD VALIGN="TOP">
<INPUT TYPE="PASSWORD" NAME="confirm" SIZE="40" value=" -- unchanged -- ">
<INPUT TYPE="PASSWORD" NAME="confirm" SIZE="40" value="confirm">
</TD>
</TR>
</dtml-if>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment