From 6344d65dda283cfab444438c2307ecbbc574c155 Mon Sep 17 00:00:00 2001 From: Florian Schaal Date: Wed, 19 Apr 2017 08:18:30 +0200 Subject: [PATCH] change password-defaults to pass https://mariadb.com/kb/en/mariadb/simple_password_check/ --- install/tpl/system.ini.master | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/tpl/system.ini.master b/install/tpl/system.ini.master index f66ba3414c..535bed783f 100644 --- a/install/tpl/system.ini.master +++ b/install/tpl/system.ini.master @@ -63,5 +63,5 @@ customer_no_start=1 customer_no_counter=0 session_timeout=0 session_allow_endless=0 -min_password_length=5 -min_password_strength=0 +min_password_length=8 +min_password_strength=3 -- GitLab