From: Dylan William Hardison Date: Sat, 2 Dec 2017 02:32:08 +0000 (-0500) Subject: fix passwdqc_min for dev env X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95203b7664ccefac00ad1f05a62d2178f6573dd0;p=thirdparty%2Fbugzilla.git fix passwdqc_min for dev env --- diff --git a/vagrant_support/checksetup_answers.j2 b/vagrant_support/checksetup_answers.j2 index 683ef7252..21b0bcf63 100644 --- a/vagrant_support/checksetup_answers.j2 +++ b/vagrant_support/checksetup_answers.j2 @@ -1,6 +1,7 @@ $answer{'ADMIN_EMAIL'} = 'vagrant@{{ WEB_HOSTNAME }}'; $answer{'ADMIN_OK'} = 'Y'; $answer{'ADMIN_PASSWORD'} = 'vagrant01!'; +$answer{'passwdqc_min'} = '8, 8, 8, 8, 8'; $answer{'ADMIN_REALNAME'} = 'Vagrant User'; $answer{'NO_PAUSE'} = 1; $answer{'apache_size_limit'} = 700000;