Information
The pwquality maxrepeat option sets the maximum number of allowed same consecutive characters in a new password.
Use of a complex password helps to increase the time and resources required to compromise the password. Password complexity, or strength, is a measure of the effectiveness of a password in resisting attempts at guessing and brute-force attacks.
Password complexity is one factor of several that determines how long it takes to crack a password. The more complex the password, the greater the number of possible combinations that need to be tested before the password is compromised.
Solution
Edit or add the following line in /etc/security/pwquality.conf to a value of 3 or less and not 0 :
maxrepeat = 3