Make the multisite new user messages reflect that reset links are sent, not passwords.
fixes #33175 git-svn-id: https://develop.svn.wordpress.org/trunk@33494 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
70f461ed61
commit
4149ad8845
@ -308,7 +308,7 @@ if ( current_user_can( 'create_users' ) && apply_filters( 'show_network_site_use
|
|||||||
</select></td>
|
</select></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="form-field">
|
<tr class="form-field">
|
||||||
<td colspan="2"><?php _e( 'Username and password will be mailed to the above email address.' ) ?></td>
|
<td colspan="2"><?php _e( 'A password reset link will be sent to the user via email.' ) ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<?php wp_nonce_field( 'add-user', '_wpnonce_add-new-user' ) ?>
|
<?php wp_nonce_field( 'add-user', '_wpnonce_add-new-user' ) ?>
|
||||||
|
@ -96,7 +96,7 @@ if ( isset( $add_user_errors ) && is_wp_error( $add_user_errors ) ) { ?>
|
|||||||
<td><input type="email" class="regular-text" name="user[email]" id="email"/></td>
|
<td><input type="email" class="regular-text" name="user[email]" id="email"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="form-field">
|
<tr class="form-field">
|
||||||
<td colspan="2"><?php _e( 'Username and password will be mailed to the above email address.' ) ?></td>
|
<td colspan="2"><?php _e( 'A password reset link will be sent to the user via email.' ) ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<?php wp_nonce_field( 'add-user', '_wpnonce_add-user' ); ?>
|
<?php wp_nonce_field( 'add-user', '_wpnonce_add-user' ); ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user