[vhffs-dev] [592] Fixed clear text passwords in templates.

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 592
Author:   beuss
Date:     2007-05-01 11:23:01 +0000 (Tue, 01 May 2007)

Log Message:
-----------
Fixed clear text passwords in templates.

Modified Paths:
--------------
    trunk/vhffs-panel/templates/mail/prefs.tmpl
    trunk/vhffs-panel/templates/mail/prefs_box.tmpl


Modified: trunk/vhffs-panel/templates/mail/prefs.tmpl
===================================================================
--- trunk/vhffs-panel/templates/mail/prefs.tmpl	2007-04-25 00:26:58 UTC (rev 591)
+++ trunk/vhffs-panel/templates/mail/prefs.tmpl	2007-05-01 11:23:01 UTC (rev 592)
@@ -37,7 +37,7 @@
 		<label for="CATCHALL" id="LabelCatchAll">
 			<tmpl_var name="TEXT_ACCOUNT_PASSWORD">:
 		</label>
-		<input type="text" name="PASSWORD" id="MailPassword" />
+		<input type="password" name="PASSWORD" id="MailPassword" />
 	</p>
 	<p class="button" id="buttonModify">
 		<input type="hidden" name="NAME" value="<tmpl_var name="VALUE_DOMAIN">" />				

Modified: trunk/vhffs-panel/templates/mail/prefs_box.tmpl
===================================================================
--- trunk/vhffs-panel/templates/mail/prefs_box.tmpl	2007-04-25 00:26:58 UTC (rev 591)
+++ trunk/vhffs-panel/templates/mail/prefs_box.tmpl	2007-05-01 11:23:01 UTC (rev 592)
@@ -5,7 +5,7 @@
 	</td>
 	<td>
 		<form method="post" action="password_box.pl">
-			<input type="text" value="" name="PASSWORD">
+			<input type="password" value="" name="PASSWORD">
 			<input type="hidden" name="LOCALPART" value="<tmpl_var name="LOCALPART">" />
 			<input type="hidden" name="DOMAIN" value="<tmpl_var name="DOMAIN">" />
 			<input type="submit" value="<tmpl_var name="TEXT_CHANGE_PASSWORD">" />


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/