mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-8227 simple_password_check_minimal_length gets adjusted without a warning
This commit is contained in:
@ -85,7 +85,11 @@ grant select on *.* to foo1;
|
||||
drop user foo1;
|
||||
set global simple_password_check_digits=3;
|
||||
set global simple_password_check_letters_same_case=3;
|
||||
Warnings:
|
||||
Warning 1292 Adjusted the value of simple_password_check_minimal_length from 8 to 10
|
||||
set global simple_password_check_other_characters=3;
|
||||
Warnings:
|
||||
Warning 1292 Adjusted the value of simple_password_check_minimal_length from 10 to 12
|
||||
show variables like 'simple_password_check_%';
|
||||
Variable_name Value
|
||||
simple_password_check_digits 3
|
||||
|
Reference in New Issue
Block a user