</td>
</tr>
<?php
if ( !
$user_table ) : ?>
<tr class="form-field form-required user-pass1-wrap">
<th scope="row">
<label for="pass1">
<?php
_e( 'Password'
); ?>
</label>
</th>
<td>
<div class="wp-pwd">
<?php
$initial_password =
isset( $_POST['admin_password'
] ) ?
stripslashes( $_POST['admin_password'
] ) :
wp_generate_password( 18
); ?>
<div class="password-input-wrapper">
<input type="password" name="admin_password" id="pass1" class="regular-text" autocomplete="new-password" spellcheck="false" data-reveal="1" data-pw="<?php
echo esc_attr( $initial_password ); ?>" aria-describedby="pass-strength-result admin-password-desc" />
<div id="pass-strength-result" aria-live="polite"></div>
</div>
<button type="button" class="button wp-hide-pw hide-if-no-js" data-start-masked="<?php
echo (int) isset( $_POST['admin_password'
] ); ?>" data-toggle="0" aria-label="<?php
esc_attr_e( 'Hide password'
); ?>">
<span class="dashicons dashicons-hidden"></span>
<span class="text"><?php
_e( 'Hide'
); ?></span>
</button>
</div>
<p id="admin-password-desc"><span class="description important hide-if-no-js">
<strong><?php
_e( 'Important:'
); ?></strong>