apigee-edge-drupal icon indicating copy to clipboard operation
apigee-edge-drupal copied to clipboard

Acceptance link issue when the same mail address due to a case-sensitive error.

Open vpa24 opened this issue 1 year ago • 1 comments

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.

vpa24 avatar Jan 26 '24 20:01 vpa24

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

Impacted file tree graph

@@            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           

codecov[bot] avatar Jan 26 '24 20:01 codecov[bot]