Searched refs:min_length (Results 1 – 2 of 2) sorted by relevance
18 public $min_length = 6; variable in helper_plugin_passpolicy71 $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);
46 $policy->min_length = $minl;