Skip to content

Commit

Permalink
Allow overriding password policy check
Browse files Browse the repository at this point in the history
The Fedora Engineering Steering Committee decided that for Fedora
22, we would restore the double-click of "done" to override the
password policy check. This is a temporary measure while we work
on a distro-wide security policy to be implemented in Fedora 23.

Details:
https://fedorahosted.org/fesco/ticket/1412#comment:40
https://fedoraproject.org/wiki/User:Kevin/Draft_Passwordpolicy
  • Loading branch information
sgallagher committed Mar 31, 2015
1 parent a053ecc commit 0b4e9f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/interactive-defaults.ks
Expand Up @@ -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
%end

0 comments on commit 0b4e9f3

Please sign in to comment.