Searched refs:usernamecheck (Results 1 – 2 of 2) sorted by relevance
47 public $usernamecheck = 0; variable in helper_plugin_passpolicy79 $this->usernamecheck = $this->getConf('user');153 if ($this->usernamecheck == 1) {156 if ($this->usernamecheck > 1) {157 $text .= sprintf($this->getLang('user2'), $this->usernamecheck) . "\n";204 if ($this->usernamecheck && $username) {212 if ($this->usernamecheck > 1) {214 for ($i = 0; $i < PhpString::strlen($pass) - $this->usernamecheck + 1; $i++) {215 $chunk = PhpString::substr($pass, $i, $this->usernamecheck + 1);
53 $policy->usernamecheck = $ucheck;