Reduce min password length to 4

tags/0.2.4_el5
Daniel Berteaud 11 years ago
parent 52fbd05735
commit 9dfb887fd0
  1. 2
      root/etc/e-smith/templates/var/lib/pydio/plugins/boot.conf/bootstrap.json/10All

@ -55,7 +55,7 @@ my $data = {
'ENABLE_USERS' => JSON::true,
'ALLOW_GUEST_BROWSING' => JSON::false,
'MULTI_USER_BASE_DRIVER' => '',
'PASSWORD_MINLENGTH' => '8'
'PASSWORD_MINLENGTH' => '4'
}
};

Loading…
Cancel
Save