Home
last modified time | relevance | path

Searched refs:helper_plugin_passpolicy (Results 1 – 3 of 3) sorted by relevance

/plugin/passpolicy/_test/
H A DHelperTest.php67 $this->assertEquals(\helper_plugin_passpolicy::LENGTH_VIOLATION, $policy->error);
72 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error);
77 $this->assertEquals(\helper_plugin_passpolicy::USERNAME_VIOLATION, $policy->error);
91 $this->assertEquals(\helper_plugin_passpolicy::COMMON_VIOLATION, $policy->error);
102 $this->assertEquals(\helper_plugin_passpolicy::LEAK_VIOLATION, $policy->error);
127 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error);
133 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error);
135 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error);
140 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error);
142 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error);
[all …]
/plugin/passpolicy/
H A Dhelper.php11 class helper_plugin_passpolicy extends DokuWiki_Plugin class
176 $this->error = helper_plugin_passpolicy::LENGTH_VIOLATION;
189 $this->error = helper_plugin_passpolicy::POOL_VIOLATION;
199 $this->error = helper_plugin_passpolicy::USERNAME_VIOLATION;
218 $this->error = helper_plugin_passpolicy::USERNAME_VIOLATION;
227 $this->error = helper_plugin_passpolicy::COMMON_VIOLATION;
233 $this->error = helper_plugin_passpolicy::LEAK_VIOLATION;
H A Daction.php63 /** @var helper_plugin_passpolicy $passpolicy */