Fires before the password and confirm password fields are checked for congruity.
Parameters
$user_loginstring- The username.
$pass1string- The password (passed by reference).
$pass2string- The confirmed password (passed by reference).
Source
do_action_ref_array( 'check_passwords', array( $user->user_login, &$pass1, &$pass2 ) ); Changelog
| Version | Description |
|---|---|
| 1.5.1 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.