From b79ade104858ce6714a7329b7629b331564a2ea5 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 26 Mar 2013 17:00:50 -0400 Subject: [PATCH] Integrate pull-request #76: enforce HTTP Basic authentication --- src/com/gitblit/wicket/GitBlitWebApp.properties | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index a993f9f..7a2b1bb 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -442,4 +442,6 @@ gb.siteNameDescription = short, descriptive name of your server gb.excludeFromActivity = exclude from activity page gb.isSparkleshared = repository is Sparkleshared -gb.owners = owners \ No newline at end of file +gb.owners = owners +gb.sessionEnded = Session has been closed +gb.closeBrowser = Please close the browser to properly end the session. \ No newline at end of file -- Gitblit v1.9.1