Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/24/2015 12:08:56 AM (10 years ago)
Author:
netweb
Message:

Add autocomplete="off" to password field on login widget, user login form, and converter form.

Props pareshradadiya. Fixes #2772

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/bbpress/form-user-login.php

    r5770 r5793  
    2121        <div class="bbp-password">
    2222            <label for="user_pass"><?php esc_html_e( 'Password', 'bbpress' ); ?>: </label>
    23             <input type="password" name="pwd" value="<?php bbp_sanitize_val( 'user_pass', 'password' ); ?>" size="20" id="user_pass" />
     23            <input type="password" name="pwd" value="<?php bbp_sanitize_val( 'user_pass', 'password' ); ?>" size="20" id="user_pass" autocomplete="off" />
    2424        </div>
    2525
Note: See TracChangeset for help on using the changeset viewer.