Skip to content

Commit a0edb91

Browse files
author
Till Brehm
committed
Merge branch 'stable-3.1' into 'stable-3.1'
change password-defaults to pass https://mariadb.com/kb/en/mariadb/simple_password_check/ See merge request !581
2 parents a55b471 + 6344d65 commit a0edb91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/tpl/system.ini.master

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ customer_no_start=1
6363
customer_no_counter=0
6464
session_timeout=0
6565
session_allow_endless=0
66-
min_password_length=5
67-
min_password_strength=0
66+
min_password_length=8
67+
min_password_strength=3

0 commit comments

Comments
 (0)