Add a minimum password length constant

This commit is contained in:
Sebastian 2023-01-20 22:28:39 +01:00 committed by GitHub
parent 26ac249c9e
commit 53cbf84bc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,6 +72,9 @@ if (DEBUG_MODE) {
// Security constant
define('BLUDIT', true);
// Password length
define('PASSWORD_LENGTH', 6);
// Directory separator
define('DS', DIRECTORY_SEPARATOR);