Loading drupalorg/drupalorg.module +1 −0 Original line number Diff line number Diff line Loading @@ -2284,6 +2284,7 @@ function drupalorg_versioncontrol_gitlab_user_info_alter(array &$info, stdClass $info['skip_reconfirmation'] = TRUE; $info['name'] = drupalorg_git_gateway_author_name($account); $info['commit_email'] = '_private'; $info['location'] = $account_wrapper->field_user_location->value(); $info['pronouns'] = truncate_utf8($account_wrapper->field_user_pronouns->value(), 50, TRUE, TRUE); } Loading Loading
drupalorg/drupalorg.module +1 −0 Original line number Diff line number Diff line Loading @@ -2284,6 +2284,7 @@ function drupalorg_versioncontrol_gitlab_user_info_alter(array &$info, stdClass $info['skip_reconfirmation'] = TRUE; $info['name'] = drupalorg_git_gateway_author_name($account); $info['commit_email'] = '_private'; $info['location'] = $account_wrapper->field_user_location->value(); $info['pronouns'] = truncate_utf8($account_wrapper->field_user_pronouns->value(), 50, TRUE, TRUE); } Loading