From 7eb1173ebe1776aeab496013a3792aa582a2b873 Mon Sep 17 00:00:00 2001 From: steinm Date: Tue, 28 Aug 2012 07:46:19 +0000 Subject: [PATCH] - added new configuration parameters --- install/settings.xml.template_install | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/install/settings.xml.template_install b/install/settings.xml.template_install index 251ee41c7..ebe2f4695 100644 --- a/install/settings.xml.template_install +++ b/install/settings.xml.template_install @@ -25,6 +25,8 @@ - expandFolderTree: 0 to start with tree hidden - 1 to start with tree shown and first level expanded - 2 to start with tree shown fully expanded + - stopWordsFile: path to stop word file for indexer + - sortUsersInList: how to sort users in lists ('fullname' or '' (default)) --> @@ -82,6 +86,10 @@ - restricted: Restricted access: only allow users to log in if they have an entry in the local database (irrespective of successful authentication with LDAP). - enableUserImage: enable users images - disableSelfEdit: if true user cannot edit his own profile + - passwordStrength: minimum strength of password, set to 0 to disable + - passwordExpiration: number of days after password expires + - passwordHistory: number of remembered passwords + - passwordStrengthAlgorithm: algorithm used to calculate password strenght (simple or advanced) -->