mirror of
				https://github.com/gitbucket/gitbucket.git
				synced 2025-10-31 10:36:05 +01:00 
			
		
		
		
	Add AccountService and ProjectService.
This commit is contained in:
		| @@ -16,7 +16,7 @@ abstract class ControllerBase extends ScalatraFilter with ClientSideValidationFo | ||||
|   implicit def context: Context = Context(servletContext.getContextPath, LoginUser) | ||||
|    | ||||
|   // TODO get from session | ||||
|   private val LoginUser = System.getProperty("user.name") | ||||
|   private val LoginUser = "admin" //System.getProperty("user.name") | ||||
|    | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user