Hi all,
Got this info from the bug tracker and think it will be useful to have included somewhere in the wiki. Bug #3039
7.2 has implemented a new password policy - dictated by pam module - that requires passwords have a minimum length of 7.
The password rules now are:
* Strong - Must pass all default cracklib tests and all "normal" tests.
* Normal - Must have at least 1 digit (0-9), 1 upper ([A-Z]), 1 lower ([a-z]), 1 special char (/-?) and be longer than 6 characters.
* None - passwords must be longer than 6 characters
This should not affect existing passwords, and shouldn't cause problems where the existing password is (to quote jfarschman

) "lame", ie less than 7 characters.
Cheers,
Shell