Commit f51af14b by Scott

Set better default password length

parent a741dd8c
...@@ -25,7 +25,7 @@ if (!defined('QA_VERSION')) { // don't allow this page to be requested directly ...@@ -25,7 +25,7 @@ if (!defined('QA_VERSION')) { // don't allow this page to be requested directly
} }
if (!defined('QA_MIN_PASSWORD_LEN')) { if (!defined('QA_MIN_PASSWORD_LEN')) {
define('QA_MIN_PASSWORD_LEN', 4); define('QA_MIN_PASSWORD_LEN', 8);
} }
if (!defined('QA_NEW_PASSWORD_LEN')){ if (!defined('QA_NEW_PASSWORD_LEN')){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment