Commit 6eef5f29 authored by Christopher Petrilli's avatar Christopher Petrilli

Fixed so that old password no longer shows. This was a minor security

issue. Noted by Luciano Rahalho.
parent 43726a52
...@@ -15,17 +15,17 @@ ...@@ -15,17 +15,17 @@
<!--#var expr="user.name"--> <!--#var expr="user.name"-->
</TD> </TD>
</TR> </TR>
<TR><TD COLSPAN=2>&nbsp;</TD></TR>
<!--#if remote_user_mode__--> <!--#if remote_user_mode__-->
<INPUT TYPE="HIDDEN" NAME="password" value="<!--#var password html_quote-->"> <INPUT TYPE="HIDDEN" NAME="password" value="<!--#var password html_quote-->">
<INPUT TYPE="HIDDEN" NAME="confirm" value="<!--#var password html_quote-->"> <INPUT TYPE="HIDDEN" NAME="confirm" value="<!--#var password html_quote-->">
<!--#else--> <!--#else-->
<TR> <TR>
<TD VALIGN="TOP"> <TD VALIGN="TOP">
<STRONG>Password</STRONG> <STRONG>New Password</STRONG>
</TD> </TD>
<TD VALIGN="TOP"> <TD VALIGN="TOP">
<INPUT TYPE="PASSWORD" NAME="password" VALUE="<!--#var password html_quote-->" SIZE="40"> <INPUT TYPE="PASSWORD" NAME="password" SIZE="40">
</TD> </TD>
</TR> </TR>
<TR> <TR>
...@@ -33,11 +33,11 @@ ...@@ -33,11 +33,11 @@
<STRONG>(Confirm)</STRONG> <STRONG>(Confirm)</STRONG>
</TD> </TD>
<TD VALIGN="TOP"> <TD VALIGN="TOP">
<INPUT TYPE="PASSWORD" NAME="confirm" VALUE="<!--#var password html_quote-->" SIZE="40"> <INPUT TYPE="PASSWORD" NAME="confirm" SIZE="40">
</TD> </TD>
</TR> </TR>
<!--#/if--> <!--#/if-->
<TR><TD COLSPAN=2>&nbsp;</TD></TR>
<TR> <TR>
<TD VALIGN="TOP"> <TD VALIGN="TOP">
<STRONG>Domains</STRONG> <STRONG>Domains</STRONG>
......
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