liquid_feedback_frontend

diff config/default.lua @ 174:f62c61bd912c

Made saving of last_login configurable
author bsw
date Sun Oct 31 00:35:11 2010 +0200 (2010-10-31)
parents 89c4f2239442
children 46b42e3eb290
line diff
     1.1 --- a/config/default.lua	Sun Oct 31 00:22:39 2010 +0200
     1.2 +++ b/config/default.lua	Sun Oct 31 00:35:11 2010 +0200
     1.3 @@ -36,7 +36,9 @@
     1.4  
     1.5  config.auto_support = true
     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  
    1.13  config.mail_subject_prefix = "[LiquidFeedback] "
    1.14 @@ -53,6 +55,9 @@
    1.15  
    1.16  config.feature_rss_enabled = false -- feature is broken
    1.17  
    1.18 +-- Saving last login of user in database
    1.19 +config.last_login_enabled = true
    1.20 +
    1.21  -- OpenID authentication is not fully implemented yet, DO NOT USE BEFORE THIS NOTICE HAS BEEN REMOVED!
    1.22  config.auth_openid_enabled = false
    1.23  config.auth_openid_https_as_default = true

Impressum / About Us