apigee-edge-drupal
apigee-edge-drupal copied to clipboard
Acceptance link issue when the same mail address due to a case-sensitive error.
When inviting a new member to my team, consider the following example: the user's email is [email protected], but I entered [email protected]. When they click on the acceptance link, they can't join the team due to a case-sensitive error.
In my code, it first retrieves the user object using the user_load_by_mail function with the recipient's email. If the user object is found, it retrieves the original user's email; otherwise, it obtains the recipient's email.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 44.37%. Comparing base (
e22b578) to head (701ba31).
Additional details and impacted files
@@ Coverage Diff @@
## 3.x #1031 +/- ##
=========================================
Coverage 44.37% 44.37%
Complexity 3041 3041
=========================================
Files 342 342
Lines 11111 11111
=========================================
Hits 4931 4931
Misses 6180 6180