Home
last modified time | relevance | path

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

/plugin/passpolicy/
H A Dhelper.php18 public $min_length = 6; variable in helper_plugin_passpolicy
71 $this->min_length = $this->getConf('minlen');
141 if ($this->min_length) {
142 $text .= sprintf($this->getLang('length'), $this->min_length) . "\n";
175 if (strlen($pass) < $this->min_length) {
279 } while ($num_bits > 0 || strlen($output) < $this->min_length);
331 } while ($num_bits > 0 || strlen($output) < $this->min_length);
372 } while ($num_bits > 0 || strlen($output) < $this->min_length);
/plugin/passpolicy/_test/
H A DHelperTest.php46 $policy->min_length = $minl;