validate_password_check_user_name specifies whether the password of a user can be identical to the username.
| Attribute | Description |
|---|---|
| Type | ENUM |
| Default value | on |
| Value range | on: The user password cannot be identical to the username.off: The user password can be identical to the username. |
| Applicable scope | Global |
| Involved in serialization | Yes |
Notice
This variable must be used together with the validate_password_policy variable and takes effect only when validate_password_policy is set to MEDIUM. For more information about the validate_password_policy variable, see validate_password_policy.