public static function UsernameEnumerationPreventionTestCase::getInfo in Username Enumeration Prevention 7
File
- tests/
simpletest/ username_enumeration_prevention.test, line 16 - Test case for enumerating password reset form.
Class
- UsernameEnumerationPreventionTestCase
- The UsernameEnumerationPreventionTestCase tests functionality of this module.
Code
public static function getInfo() {
return [
'name' => 'Username Enumeration Prevention',
'description' => 'Ensure that the enumerating the password reset form is not possible.',
'group' => 'Username Enumeration Prevention',
];
}