Comment 3 for bug 1560940

Revision history for this message
Mario Limonciello (superm1) wrote :

I think the reason that this is actually happening is that this password is less than 8 characters. The secure boot plugin enforces that you have at least 8 characters but doesn't tell you in the U/I about this.

the validation for strength (human_password_strength) only enforces that the password be greater than 6 characters.