SF.net SVN: postfixadmin: [131] trunk/templates/admin_edit-admin.tpl
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2007-10-04 14:58:10
|
Revision: 131 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=131&view=rev Author: GingerDog Date: 2007-10-04 07:58:11 -0700 (Thu, 04 Oct 2007) Log Message: ----------- try and stop ff from autocompleting the field; put the encrypted password in the field... Modified Paths: -------------- trunk/templates/admin_edit-admin.tpl Modified: trunk/templates/admin_edit-admin.tpl =================================================================== --- trunk/templates/admin_edit-admin.tpl 2007-10-04 14:57:39 UTC (rev 130) +++ trunk/templates/admin_edit-admin.tpl 2007-10-04 14:58:11 UTC (rev 131) @@ -10,7 +10,7 @@ </tr> <tr> <td><?php print $PALANG['pAdminEdit_admin_password'] . ":"; ?></td> - <td><input class="flat" type="password" name="fPassword" value="<?= $fPassword; ?>"/></td> + <td><input class="flat" type="password" autocomplete="off" name="fPassword" value="<?php echo $tPassword; ?>"/></td> <td><?php print $pAdminEdit_admin_password_text; ?></td> </tr> <tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |