liquid_feedback_frontend

diff config/default.lua @ 203:5e35add677ee

Added support for member.locked and account expiry mechanism. Small corrections.
author bsw
date Tue Jan 25 13:43:46 2011 +0100 (2011-01-25)
parents 6af32e8c0917
children 30678d3935ab
line diff
     1.1 --- a/config/default.lua	Mon Nov 08 15:49:23 2010 +0100
     1.2 +++ b/config/default.lua	Tue Jan 25 13:43:46 2011 +0100
     1.3 @@ -34,10 +34,10 @@
     1.4  
     1.5  config.default_lang = "de"
     1.6  
     1.7 --- after how long is a user considered inactive and the trustee will see warning\
     1.8 +-- after how long is a user considered inactive and the trustee will see warning
     1.9  -- will not work unless config.last_login_enabled is set to true
    1.10  -- notation is according to postgresql intervals, nil turns off feature
    1.11 -config.delegation_warning_time = '6 weeks'
    1.12 +config.delegation_warning_time = '6 months'
    1.13  
    1.14  config.mail_subject_prefix = "[LiquidFeedback] "
    1.15  
    1.16 @@ -53,9 +53,6 @@
    1.17  
    1.18  config.feature_rss_enabled = false -- feature is broken
    1.19  
    1.20 --- Saving last login of user in database
    1.21 -config.last_login_enabled = true
    1.22 -
    1.23  -- OpenID authentication is not fully implemented yet, DO NOT USE BEFORE THIS NOTICE HAS BEEN REMOVED!
    1.24  config.auth_openid_enabled = false
    1.25  config.auth_openid_https_as_default = true

Impressum / About Us