mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-10 15:35:59 +01:00
Implementing authentication.
This commit is contained in:
@@ -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>
|
||||
}
|
||||
Reference in New Issue
Block a user