CHANGELOG.txt |
CHANGELOG.txt |
|
CHANGELOG for Username Enumeration Prevention for Drupal 7
Username Enumeration Prevention 7.x-1.0
=================
7.x-1.0 by ToneUK: Initial release. |
run-test.sh |
tests/package-excludes/run-test.sh |
|
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
#/ Usage: ./package-excludes.sh <path>
#/ Description: Ensures that certain files are excluded from the drupal.org package.
#/ Options:
#/ --help: Display this help… |
username_enumeration_prevention.info |
username_enumeration_prevention.info |
|
name = Username Enumeration Prevention
description = Removes the error message produced, from the forgot password form, when an incorrect user has been supplied.
core = 7.x
files[] = tests/simpletest/username_enumeration_prevention.test |
username_enumeration_prevention.install |
username_enumeration_prevention.install |
|
Install file for the Username Enumeration Prevention module. |
username_enumeration_prevention.module |
username_enumeration_prevention.module |
|
Main file for the Username Enumeration Prevention. |
username_enumeration_prevention.test |
tests/simpletest/username_enumeration_prevention.test |
|
Test case for enumerating password reset form. |