Home
last modified time | relevance | path

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

/plugin/passpolicy/
Dhelper.php27 public $autotype = 'random'; variable in helper_plugin_passpolicy
80 $this->autotype = $this->getConf('autotype');
105 if ($this->autotype == 'pronouncable') {
110 if ($this->autotype == 'phrase') {
/plugin/passpolicy/_test/
DHelperTest.php54 $policy->autotype = $pron ? 'pronounceable' : 'random';