Closed (fixed)
Project:
Username Enumeration Prevention
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2012 at 12:34 UTC
Updated:
5 May 2015 at 03:47 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
matt v. commentedI'm attaching a patch that switches from using hook_enable() to hook_requirements(), as suggested above. It also makes minor modifications to the messaging, to reflect the change in context. It also updates the README.txt to reflect where the status has been moved to.
Comment #2
matt v. commentedI updated the README.txt a bit more and changed the $requirements array key to make it easier to add more requirements later.
Comment #5
matt v. commentedApplied to both 8.x-1.x and 7.x-1.x branches.
Comment #7
xtfer commentedThis has broken the installer.
Follow up #2483015: hook_requirements usage breaks installer