Searched refs:helper_plugin_passpolicy (Results 1 – 3 of 3) sorted by relevance
| /plugin/passpolicy/_test/ |
| D | HelperTest.php | 67 $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); 79 $this->assertEquals(\helper_plugin_passpolicy::USERNAME_VIOLATION, $policy->error); 81 $this->assertEquals(\helper_plugin_passpolicy::USERNAME_VIOLATION, $policy->error); 83 $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); [all …]
|
| /plugin/passpolicy/ |
| D | helper.php | 18 class helper_plugin_passpolicy extends Plugin class 182 $this->error = helper_plugin_passpolicy::LENGTH_VIOLATION; 197 $this->error = helper_plugin_passpolicy::POOL_VIOLATION; 207 $this->error = helper_plugin_passpolicy::USERNAME_VIOLATION; 226 $this->error = helper_plugin_passpolicy::USERNAME_VIOLATION; 235 $this->error = helper_plugin_passpolicy::COMMON_VIOLATION; 241 $this->error = helper_plugin_passpolicy::LEAK_VIOLATION;
|
| D | action.php | 66 /** @var helper_plugin_passpolicy $passpolicy */
|