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