liquid_feedback_frontend

diff app/main/index/_action/reset_password.lua @ 224:bf735d8095aa

Fixed security related bug, security tokens were exposed through trace output.
author bsw
date Tue May 17 03:23:16 2011 +0200 (2011-05-17)
parents 8d91bccab0bf
children 75ce92899049
line diff
     1.1 --- a/app/main/index/_action/reset_password.lua	Sat Feb 05 19:47:35 2011 +0100
     1.2 +++ b/app/main/index/_action/reset_password.lua	Tue May 17 03:23:16 2011 +0200
     1.3 @@ -1,3 +1,5 @@
     1.4 +trace.disable()
     1.5 +    
     1.6  local secret = param.get("secret")
     1.7  
     1.8  if not secret then

Impressum / About Us