Make WordPress Core


Ignore:
Timestamp:
07/01/2015 02:47:24 PM (10 years ago)
Author:
markjaquith
Message:

New password change/set UI.

  • Generate the password for the user
  • More tightly integrate password strength meter
  • Warn on weak passwords

see #32589

props MikeHansenMe, adamsilverstein, binarykitten

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/user.php

    r32654 r33023  
    177177    } else {
    178178        $user_id = wp_insert_user( $user );
    179         wp_new_user_notification( $user_id, isset( $_POST['send_password'] ) ? wp_unslash( $pass1 ) : '' );
     179        wp_new_user_notification( $user_id );
    180180    }
    181181    return $user_id;
Note: See TracChangeset for help on using the changeset viewer.