Details
-
Type: Patch
-
Status: Done/Fixed
-
Priority: Critical
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.6
-
Fix Version/s: 4.2.7
-
Component/s: CiviContribute, Drupal Integration Modules
-
Labels:None
Description
The problem is the email registration module hooks the user registration process and changes the username before Civi has a chance to look it up. This causes the lookup to fail and, if any payment processing was due to occur, you get redirected to the homepage instead of the payment gateway.
A patch is attached to detect the module and, if present, perform the lookup on email address instead - which fixes the issue.