Home
last modified time | relevance | path

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

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