[f22-branch 1/1] Allow overriding password policy check

sgallagher installerbot-noreply at redhat.com
Tue Mar 31 14:25:57 UTC 2015


From: Stephen Gallagher <sgallagh at redhat.com>

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
---
 data/interactive-defaults.ks | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/interactive-defaults.ks b/data/interactive-defaults.ks
index b73c757..cfe662c 100644
--- a/data/interactive-defaults.ks
+++ b/data/interactive-defaults.ks
@@ -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


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/0b4e9f352b7e2047529f6a5ff31effc5ab68d0a3


More information about the anaconda-patches mailing list