1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 08:17:47 +02:00

Merge pull request #5702 from marc1706/ticket/14465

[ticket/14465] Remove setting for maximum password length
This commit is contained in:
Marc Alexander
2019-10-07 18:31:14 +02:00
11 changed files with 61 additions and 23 deletions

View File

@@ -51,7 +51,6 @@ abstract class phpbb_console_user_base extends phpbb_database_test_case
'min_name_chars' => 3,
'max_name_chars' => 10,
'min_pass_chars' => 3,
'max_pass_chars' => 10,
'pass_complex' => 'PASS_TYPE_ANY',
));