From fc948cacef9c9b8c0a1e84cbc082ca67cd5f68d9 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 14 Apr 2011 18:29:10 -0400 Subject: [PATCH] Authenticate the webapp against the same realm as the git servlet. --- users.properties | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/users.properties b/users.properties index 7f4fd74..eddad82 100644 --- a/users.properties +++ b/users.properties @@ -1 +1,2 @@ -test: test +test: test,pull +admin: admin,pull,push,admin -- Gitblit v1.9.1