liquid_feedback_frontend

diff app/main/index/register.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 8d91bccab0bf
children 26c8177ef348
line diff
     1.1 --- a/app/main/index/register.lua	Sat Jan 02 12:00:00 2010 +0100
     1.2 +++ b/app/main/index/register.lua	Mon Jan 04 12:00:00 2010 +0100
     1.3 @@ -72,7 +72,7 @@
     1.4        end)
     1.5        ui.tag{
     1.6          tag = "p",
     1.7 -        content = _"Please choose a name, i.e. your real name or your nick name. This name will be shown to others to identify you. You CAN'T change this name later, so please choose it wisely!"
     1.8 +        content = _"Please choose a name, i.e. your real name or your nick name. This name will be shown to others to identify you."
     1.9        }
    1.10        ui.field.text{
    1.11          label     = _'Name',

Impressum / About Us