Increase length of default password.

This commit is contained in:
Laurent Destailleur 2020-08-07 09:50:15 +02:00
parent e6c4c8082e
commit 8b69dd1384

View File

@ -59,7 +59,7 @@ class modGeneratePassStandard extends ModeleGenPassword
public function __construct($db, $conf, $langs, $user)
{
$this->id = "standard";
$this->length = 8;
$this->length = 10;
$this->db = $db;
$this->conf = $conf;