liquid_feedback_frontend
diff app/main/index/_action/login.lua @ 3:768faea1096d
Version alpha4
Members interested in an issue or supporting an initiative have a weight information attached. Browsing the members causing that weight is possible.
Initiatives may provide a link to an external discussion platform
Direct link on every initiative page to create an alternative initiative
Bugfix: No error when clicking "neutral", when "neutral" is currently selected
Members interested in an issue or supporting an initiative have a weight information attached. Browsing the members causing that weight is possible.
Initiatives may provide a link to an external discussion platform
Direct link on every initiative page to create an alternative initiative
Bugfix: No error when clicking "neutral", when "neutral" is currently selected
| author | bsw |
|---|---|
| date | Mon Nov 30 12:00:00 2009 +0100 (2009-11-30) |
| parents | 3bfb2fcf7ab9 |
| children | ccdf197b3f9b |
line diff
1.1 --- a/app/main/index/_action/login.lua Mon Nov 23 12:00:00 2009 +0100 1.2 +++ b/app/main/index/_action/login.lua Mon Nov 30 12:00:00 2009 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 end) 1.5 trace.debug('User authenticated') 1.6 else 1.7 - slot.select("notice", function() 1.8 + slot.select("error", function() 1.9 ui.tag{ content = _'Invalid username or password!' } 1.10 end) 1.11 trace.debug('User NOT authenticated')