liquid_feedback_frontend

diff config/default.lua @ 9:0ee1e0c42d4c

Version beta5

Minor security fix: Added missing security filter for admin section. Reading of member listing including login names was possible for all users. Write access has not been possible though.

Changing of name and login is possible while a history of these changes is written and accessible by all users.

Statistics shown in area list

Trimming of user input also converts multiple whitespaces to single space character.
author bsw
date Mon Jan 04 12:00:00 2010 +0100 (2010-01-04)
parents 374bbc2ff102
children 72c5e0ee7c98
line diff
     1.1 --- a/config/default.lua	Sat Jan 02 12:00:00 2010 +0100
     1.2 +++ b/config/default.lua	Mon Jan 04 12:00:00 2010 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  config.app_name = "LiquidFeedback"
     1.5 -config.app_version = "beta4"
     1.6 +config.app_version = "beta5"
     1.7  
     1.8  config.app_title = config.app_name .. " (" .. request.get_config_name() .. " environment)"
     1.9  

Impressum / About Us