Increase length of default password.
This commit is contained in:
parent
e6c4c8082e
commit
8b69dd1384
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user