The projects contributors field should trim itself
It was reported today that the Contributors field fails to match a Drupal user if the input contains a leading or trailing space.
The field uses the FoundationUserWidget widget. This widget should trim the input to ensure consistent matching and apply trimming wherever it is used.