Implementing authentication.

This commit is contained in:
takezoe
2013-06-03 00:36:51 +09:00
parent d3a985d65a
commit 1ab58d0363
8 changed files with 83 additions and 45 deletions

View File

@@ -3,7 +3,7 @@
@main("GitBucket"){
<h1>GitBucket</h1>
<ul>
<li><a href="@path/@context.loginUser">User page</a></li>
<li><a href="@path/@context.loginAccount.get.userName">User page</a></li>
<li><a href="@path/new">Create new repository</a></li>
</ul>
}