Home
last modified time | relevance | path

Searched refs:min_length (Results 1 – 2 of 2) sorted by relevance

/plugin/passpolicy/
Dhelper.php24 public $min_length = 6; variable in helper_plugin_passpolicy
77 $this->min_length = $this->getConf('minlen');
147 if ($this->min_length) {
148 $text .= sprintf($this->getLang('length'), $this->min_length) . "\n";
181 if (strlen($pass) < $this->min_length) {
287 } while ($num_bits > 0 || strlen($output) < $this->min_length);
339 } while ($num_bits > 0 || strlen($output) < $this->min_length);
380 } while ($num_bits > 0 || strlen($output) < $this->min_length);
/plugin/passpolicy/_test/
DHelperTest.php46 $policy->min_length = $minl;