Filter hook 'illegal_user_logins'

in WP Core File wp-admin/includes/user.php at line 199

Description

Fires before the password and confirm password fields are checked for congruity.

Occurrences

Filename Line Number
wp-admin/includes/user.php 199
wp-includes/ms-functions.php 486
wp-includes/user.php 2178
wp-includes/user.php 3395
wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php 1288

Parameters

Type Name Description
string $user_login The username.
string $pass1 The password (passed by reference).
string $pass2 The confirmed password (passed by reference).

PHP Doc

/**
	 * Fires before the password and confirm password fields are checked for congruity.
	 *
	 * @since 1.5.1
	 *
	 * @param string $user_login The username.
	 * @param string $pass1     The password (passed by reference).
	 * @param string $pass2     The confirmed password (passed by reference).
	 */