--- a/ForgeGit/forgegit/templates/index.html
+++ b/ForgeGit/forgegit/templates/index.html
@@ -20,8 +20,7 @@
           <h2>Project: $c.project.shortname</h2>
           <p py:if="c.app.repo">
             Read access: <code>git clone git://$c.app.repo.scm_url_path</code><br/>
-            Read/write access: <code>git clone ssh://$c.app.repo.scm_url_path</code><br/>
-            Status: ${c.app.repo.status}
+            Read/write access: <code>git clone ssh://${c.user == c.user.anonymous() and 'USERNAME' or c.user.username}@$c.app.repo.scm_url_path</code><br/>
             <form py:if="allow_fork" action="${c.app.repo.url()}fork" method="GET">
               <input type="submit" value="Fork"/>
             </form>