Ticket #6531: 6531-settings-general.patch
File 6531-settings-general.patch, 1.1 KB (added by , 10 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress/members/single/settings/general.php
18 18 <label for="pass1"><?php _e( 'Change Password <span>(leave blank for no change)</span>', 'buddypress' ); ?></label> 19 19 <input type="password" name="pass1" id="pass1" size="16" value="" class="settings-input small password-entry" <?php bp_form_field_attributes( 'password' ); ?>/> <?php _e( 'New Password', 'buddypress' ); ?><br /> 20 20 <div id="pass-strength-result"></div> 21 <label for="pass2" class="bp-screen-reader-text"><?php _e( 'Repeat New Password', 'buddypress' ); ?></label> 21 22 <input type="password" name="pass2" id="pass2" size="16" value="" class="settings-input small password-entry-confirm" <?php bp_form_field_attributes( 'password' ); ?>/> <?php _e( 'Repeat New Password', 'buddypress' ); ?> 22 23 23 24 <?php