Skip to:
Content

BuddyPress.org

Ticket #6531: 6531-settings-general.patch

File 6531-settings-general.patch, 1.1 KB (added by mercime, 10 years ago)
  • src/bp-templates/bp-legacy/buddypress/members/single/settings/general.php

     
    1818        <label for="pass1"><?php _e( 'Change Password <span>(leave blank for no change)</span>', 'buddypress' ); ?></label>
    1919        <input type="password" name="pass1" id="pass1" size="16" value="" class="settings-input small password-entry" <?php bp_form_field_attributes( 'password' ); ?>/> &nbsp;<?php _e( 'New Password', 'buddypress' ); ?><br />
    2020        <div id="pass-strength-result"></div>
     21        <label for="pass2" class="bp-screen-reader-text"><?php _e( 'Repeat New Password', 'buddypress' ); ?></label>
    2122        <input type="password" name="pass2" id="pass2" size="16" value="" class="settings-input small password-entry-confirm" <?php bp_form_field_attributes( 'password' ); ?>/> &nbsp;<?php _e( 'Repeat New Password', 'buddypress' ); ?>
    2223
    2324        <?php