Closed (fixed)
Project:
Email Registration
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2008 at 15:44 UTC
Updated:
16 Oct 2008 at 09:12 UTC
In your form alter function you check to see if the profile module is installed before you determine which form field to hide (for the user name). This is not a valid check as the module may be installed but not being used. It would be better to check for the existance of the form "account" array like this:
if (isset($form['account']))
Comments
Comment #1
Christopher Herberte commentedComment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.