Make WordPress Core


Ignore:
Timestamp:
07/08/2014 06:31:21 PM (10 years ago)
Author:
johnbillion
Message:

Remove autocomplete from the database password screen on setup-config.php. Props hebbet. Fixes #28585.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/setup-config.php

    r29020 r29032  
    153153        <tr>
    154154            <th scope="row"><label for="pwd"><?php _e( 'Password' ); ?></label></th>
    155             <td><input name="pwd" id="pwd" type="text" size="25" value="<?php echo htmlspecialchars( _x( 'password', 'example password' ), ENT_QUOTES ); ?>" /></td>
     155            <td><input name="pwd" id="pwd" type="text" size="25" value="<?php echo htmlspecialchars( _x( 'password', 'example password' ), ENT_QUOTES ); ?>" autocomplete="off" /></td>
    156156            <td><?php _e( '&hellip;and your MySQL password.' ); ?></td>
    157157        </tr>
Note: See TracChangeset for help on using the changeset viewer.