<?php
_e( 'Confirm Password'
); ?></th>
<td>
<label>
<input type="checkbox" name="pw_weak" class="pw-checkbox" />
<span id="pw-weak-text-label"><?php
_e( 'Confirm use of weak password'
); ?></span>
</label>
</td>
</tr>
<?php
endif; // End Show Password Fields. ?>
<?php // Allow admins to send reset password link. ?>
<?php
if ( ! IS_PROFILE_PAGE && true ===
wp_is_password_reset_allowed_for_user( $profile_user ) ) : ?>
<tr class="user-generate-reset-link-wrap hide-if-no-js">
<th><?php
_e( 'Password Reset'
); ?></th>
<td>
<div class="generate-reset-link">
<button type="button" class="button button-secondary" id="generate-reset-link">
<?php
_e( 'Send Reset Link'
); ?>
</button>
</div>
<p class="description">
<?php
printf(