From 8c5d72248c20fc78c7b2c1d4388d073affccad20 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 30 Sep 2011 23:58:26 -0400
Subject: [PATCH] Login message option. More Bootstrap updates. All docs converted.

---
 distrib/gitblit.properties |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties
index 5493b25..5b2b576 100644
--- a/distrib/gitblit.properties
+++ b/distrib/gitblit.properties
@@ -110,7 +110,14 @@
 # SINCE 0.6.0
 web.showFederationRegistrations = false
 
-# This is the message display above the repositories table.
+# This is the message displayed when *web.authenticateViewPages=true*.
+# This can point to a file with Markdown content.
+# Specifying "gitblit" uses the internal login message.
+#
+# SINCE 0.6.1
+web.loginMessage = gitblit
+
+# This is the message displayed above the repositories table.
 # This can point to a file with Markdown content.
 # Specifying "gitblit" uses the internal welcome message.
 #

--
Gitblit v1.9.1