From 1684e001f76fae8675defb81fc993efea766f110 Mon Sep 17 00:00:00 2001 From: mallowlabs <mallowlabs@gmail.com> Date: Sat, 08 Sep 2012 11:00:03 -0400 Subject: [PATCH] Fixed non admin user could not login with Redmine --- docs/01_setup.mkd | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/docs/01_setup.mkd b/docs/01_setup.mkd index 42f870f..eaaf3be 100644 --- a/docs/01_setup.mkd +++ b/docs/01_setup.mkd @@ -9,6 +9,7 @@ - <context-parameter> *git.repositoryFolder* (set the full path to your repositories folder) - <context-parameter> *groovy.scriptsFolder* (set the full path to your Groovy hook scripts folder) - <context-parameter> *groovy.grapeFolder* (set the full path to your Groovy Grape artifact cache) + - <context-parameter> *web.projectsFile* (set the full path to your projects metadata file) - <context-parameter> *realm.userService* (set the full path to `users.conf`) - <context-parameter> *git.packedGitLimit* (set larger than the size of your largest repository) - <context-parameter> *git.streamFileThreshold* (set larger than the size of your largest committed file) -- Gitblit v1.9.1