govCMS / GovCMS7

Current stable release of the main Drupal 7 GovCMS distribution, with releases mirrored at https://www.drupal.org/project/govcms
https://www.govcms.gov.au/
GNU General Public License v2.0
113 stars 76 forks source link

[GOVCMSD7-144] Update username_enumeration_prevention 7.x-1.3 (from 7.x-1.0) #839

Closed suhyeonh closed 4 years ago

suhyeonh commented 5 years ago

https://www.drupal.org/project/username_enumeration_prevention/releases/7.x-1.3

Release notes It's been a long time between drinks, but finally there is a new bug fix release for the 7.x-1.x branch.

Release includes the following bug fixes:

10 - Fix undefined variable in hook_requirements

16 - Moves success message to submit handler.

19 - Change hook_form_alter to hook_form_FORM_ID_alter

And the following new features:

24 - Prevent enumeration on user profile pages.

This release also includes new tests to ensure the module does what it says on the label.

A very big thank you to the contributors of this release!

a_thakur Arnaud Kali JeremyFrench jeroen_vreuls shrop

https://www.drupal.org/project/username_enumeration_prevention/releases/7.x-1.2

Release notes Changes since 7.x-1.1

view commit • Issue #2172705 by a_thakur, Angry Dan, jts86: username_enumeration_prevention_form_alter can break other contributed modules view commit • Issue #2483015 by mikebarkas: hook_requirements usage breaks installer

https://www.drupal.org/project/username_enumeration_prevention/releases/7.x-1.1

Release notes Changes since 7.x-1.0:

1651294: Warn of default Pathauto and Global Redirect settings that can expose usernames.

2146959 by bbdata: menu_alter creates an empty link in admin page when views is disabled

Moved requirements hook to install file, as suggested by anavarre.

1524292 Switching notification to hook_requirements instead of hook_enable.

Applied patch by tim.plunkett