diff --git a/conf/settings.xml.template b/conf/settings.xml.template
index 4363c86dd..075192b8a 100644
--- a/conf/settings.xml.template
+++ b/conf/settings.xml.template
@@ -115,16 +115,16 @@
- 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: XXX
- - passwordStrengthAlgorithm: XXX
- - passwordExpiration: XXX
- - passwordHistory: XXX
- - loginFailure: XXX
- - autoLoginUser: XXX
- - quota: XXX
- - undelUserIds: XXX
- - encryptionKey: XXX
- - cookieLifetime: XXX
+ - passwordStrength: minimum strength of password, set to 0 to disable
+ - passwordStrengthAlgorithm: algorithm used to calculate password strenght (simple or advanced)
+ - passwordExpiration: number of days after password expires
+ - passwordHistory: number of remembered passwords
+ - loginFailure: maximum allowed login failures before an account is disabled
+ - autoLoginUser: id of user used if auto login is turned on
+ - quota: maximum allowed space on disc for each user
+ - undelUserIds: ids of users which cannot be deleted
+ - encryptionKey: arbitrary string used for creating form tokens
+ - cookieLifetime: lifetime of cookie in seconds, set to 0 for session cookies
-->