[rhinstaller/anaconda/pulls/59 f22-branch] Allow overriding password policy check

vpodzime installerbot-noreply at redhat.com
Wed Apr 1 11:17:12 UTC 2015


> @@ -5,7 +5,7 @@ firstboot --enable
>  
>  %anaconda
>  # Default password policies
> -pwpolicy root --strict --minlen=8 --minquality=50 --nochanges --emptyok
> -pwpolicy user --strict --minlen=8 --minquality=50 --nochanges --emptyok
> -pwpolicy luks --strict --minlen=8 --minquality=50 --nochanges --emptyok
> +pwpolicy root --notstrict --minlen=8 --minquality=50 --nochanges --emptyok
> +pwpolicy user --notstrict --minlen=8 --minquality=50 --nochanges --emptyok
> +pwpolicy luks --notstrict --minlen=8 --minquality=50 --nochanges --emptyok

I'd rather see the last one (LUKS) untouched, but if that's FESCO's decision, it's FESCO's decision. Just note that LUKS passphrases didn't have the "double click policy" in previous Fedora releases at all.

-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/59#discussion_r27560862


More information about the anaconda-patches mailing list