Home
last modified time | relevance | path

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

/plugin/passpolicy/
H A Dhelper.php41 public $usernamecheck = 0; variable in helper_plugin_passpolicy
73 $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);
/plugin/passpolicy/_test/
H A DHelperTest.php53 $policy->usernamecheck = $ucheck;