<tr>
<th><label for="pass1"><?php _e( 'New Password:', APP_TD ); ?></label></th>
<td>
<input type="password" name="pass1" class="regular-text" id="pass1" maxlength="50" value="" /><br />
<span class="description"><?php _e( 'Leave this field blank unless you would like to change your password.', APP_TD ); ?></span>
</td>
</tr>
<tr>
<th><label for="pass1"><?php _e( 'Password Again:', APP_TD ); ?></label></th>
<td>
<input type="password" name="pass2" class="regular-text" id="pass2" maxlength="50" value="" /><br />
<span class="description"><?php _e( 'Type your new password again.', APP_TD ); ?></span>
</td>
</tr>
<tr>
<th><label for="pass1"> </label></th>
<td>
<div id="pass-strength-result"><?php _e( 'Strength indicator', APP_TD ); ?></div><br /><br /><br />
<span class="description"><?php _e( 'Your password should be at least seven characters long.', APP_TD ); ?></span>
</td>
</tr>
There are currently 1 users browsing this thread. (0 members and 1 guests)