mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-03 03:55:58 +01:00
Uses the system user name as LoginUser. Actually, we'll have to get it from session.
This commit is contained in:
@@ -5,6 +5,7 @@ package app
|
||||
*/
|
||||
trait ServletBase {
|
||||
|
||||
val LoginUser = "takezoe"
|
||||
// TODO get from session
|
||||
val LoginUser = System.getProperty("user.name")
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user