Searched refs:usernamecheck (Results 1 – 2 of 2) sorted by relevance
41 public $usernamecheck = 0; variable in helper_plugin_passpolicy73 $this->usernamecheck = $this->getConf('user');147 if ($this->usernamecheck == 1) {150 if ($this->usernamecheck > 1) {151 $text .= sprintf($this->getLang('user2'), $this->usernamecheck) . "\n";196 if ($this->usernamecheck && $username) {204 if ($this->usernamecheck > 1) {206 for ($i = 0; $i < utf8_strlen($pass) - $this->usernamecheck + 1; $i++) {207 $chunk = utf8_substr($pass, $i, $this->usernamecheck + 1);
53 $policy->usernamecheck = $ucheck;