diff --git a/install.php b/install.php index fa66707c..372bd96d 100644 --- a/install.php +++ b/install.php @@ -295,6 +295,13 @@ function install($adminPassword, $timezone) date_default_timezone_set('UTC'); } + // Check the length of the password + if (Text::length($adminPassword)
+ +
+ p('The password needs to be contain at least ' . PASSWORD_LENGTH . ' signs') ?> +
+
p('Show password') ?>