Add a minimum password length constant
This commit is contained in:
parent
26ac249c9e
commit
53cbf84bc7
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ if (DEBUG_MODE) {
|
||||||
// Security constant
|
// Security constant
|
||||||
define('BLUDIT', true);
|
define('BLUDIT', true);
|
||||||
|
|
||||||
|
// Password length
|
||||||
|
define('PASSWORD_LENGTH', 6);
|
||||||
|
|
||||||
// Directory separator
|
// Directory separator
|
||||||
define('DS', DIRECTORY_SEPARATOR);
|
define('DS', DIRECTORY_SEPARATOR);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue