- Issue created by @divyansh
- 🇮🇳India divyansh
Split null check and method call to prevent fatal error when getUserInformation() returns NULL for non-existent drupal.org users.
Can confirm.
I replicated issue on a DrupalPod environment, getting the same error as above when entering an invalid Drupal.org username using the field provided by the module.
After applying the patch and again supplying an invalid Drupal.org username, an error message appears on the form and the field is highlighted as an error.