Changeset 385 for trunk/services


Ignore:
Timestamp:
Sep 20, 2011 2:47:42 AM (13 years ago)
Author:
anonymous
Message:

Added autocomplete="off" to login form template for PCI compliance.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/templates/login_form.ihtml

    r296 r385  
    1 <form method="post" action="<?php echo oTxt($_SERVER['PHP_SELF']); ?>" class="sc-form">
     1<form method="post" action="<?php echo oTxt($_SERVER['PHP_SELF']); ?>" class="sc-form" autocomplete="off">
    22<?php $app->printHiddenSession() ?>
    33<table>
     
    1111        <td class="sc-right"><label for="password"><?php echo _("Password"); ?></label></td>
    1212        <td>
    13             <input type="password" class="sc-small" size="20" name="password" value="" />
     13            <input type="password" class="sc-small" size="20" name="password" value="" autocomplete="off" />
    1414        </td>
    1515    </tr>
Note: See TracChangeset for help on using the changeset viewer.