diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-10-07 18:31:14 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-10-07 18:31:14 +0200 |
commit | 4cda76b5c09da525a01c80daa03f5d574f601ad5 (patch) | |
tree | 178f6a660f91be4516eb4f26d9e79443f583b658 /phpBB/install | |
parent | f7e51ca875ebdae6cd90034f0aae9475eb9defb2 (diff) | |
parent | 60bc949ba1d5a6851e525868f69e997d4c8a2075 (diff) | |
download | forums-4cda76b5c09da525a01c80daa03f5d574f601ad5.tar forums-4cda76b5c09da525a01c80daa03f5d574f601ad5.tar.gz forums-4cda76b5c09da525a01c80daa03f5d574f601ad5.tar.bz2 forums-4cda76b5c09da525a01c80daa03f5d574f601ad5.tar.xz forums-4cda76b5c09da525a01c80daa03f5d574f601ad5.zip |
Merge pull request #5702 from marc1706/ticket/14465
[ticket/14465] Remove setting for maximum password length
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/schemas/schema_data.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index 2854f71606..f859d1674e 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -206,7 +206,6 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_filesize_pm', INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_login_attempts', '3'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_name_chars', '20'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_num_search_keywords', '10'); -INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_pass_chars', '100'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_poll_options', '10'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_post_chars', '60000'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_post_font_size', '200'); |