Closed (fixed)
Project:
Username Enumeration Prevention
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 May 2015 at 03:46 UTC
Updated:
24 Oct 2016 at 21:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
xtfer commentedComment #2
mikebarkas commentedI also had build failure.
I wrapped the code with a $phase runtime check as to not run during installation.
I also changed t() function to get_t() to improve future implementations of install requirements.
Attached patch.
Comment #3
bdone commentedmanually tested #2 using 7.x-1.1 and the guardr profile. confirming that this gets installs working again. thanks @mikebarkas!
Comment #4
Rob C commentedDito #2.
Let's update that status.
Comment #5
rooby commented+1 for getting this one in.
Comment #7
matt v. commentedThanks mikebarkas! I've committed the patch.
Comment #9
rutiolmaThis issue is also present on the 8.x version.
I'm attaching a patch to prevent this from running during the installation phase.