---
title: "Why are user contributions on the profile page empty?"
canonical: "https://support.appfire.com/space/GRAPH/150372639/Why%20are%20user%20contributions%20on%20the%20profile%20page%20empty%3F"
format: markdown
---
> Macro (aura-html)

  


<span style="color: #172b4d">The plugin uses email to match Bitbucket user and commit author. So, there will be no entries if the email associated with Bitbucket user doesn't match the email of the commit author. </span>

  
<span style="color: #172b4d">Bitbucket doesn't show emails of commit authors in UI so it may be required to clone the repository and use git commands like </span><span style="color: #172b4d">**git log**</span><span style="color: #172b4d"> or </span><span style="color: #172b4d">**git config user.email **</span><span style="color: #172b4d">to show user email.</span>

  
<span style="color: #172b4d">For example, clone the repository locally and then use </span>**git show**<span style="color: #172b4d"> command:</span>

![image]()

  


<span style="color: #172b4d">Possibly the user configured the wrong email address in his local git setup, correcting this address will solve the issue for future commits. </span>

<span style="color: #172b4d">The user contribution page will show the entries of future commits after the corrected address is configured.</span>