liquid_feedback_frontend

diff app/main/index/login.lua @ 989:5a712ec1a7f1

Added support for login name recovery by email address
author bsw
date Sat Apr 20 18:51:28 2013 +0200 (2013-04-20)
parents ea2449916c12
children 701a5cf6b067
line diff
     1.1 --- a/app/main/index/login.lua	Sat Apr 20 18:40:34 2013 +0200
     1.2 +++ b/app/main/index/login.lua	Sat Apr 20 18:51:28 2013 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4    end
     1.5  }
     1.6  
     1.7 -execute.view{ module = "index", view = "_lang_chooser" }
     1.8 +ui.actions()
     1.9  
    1.10  ui.title(_"Login")
    1.11  app.html_title.title = _"Login"
    1.12 @@ -62,5 +62,7 @@
    1.13      ui.submit{
    1.14        text = _'Login'
    1.15      }
    1.16 +    slot.put("  ")
    1.17 +    ui.link{ module = "index", view = "reset_password", text = _"Forgot password?" }
    1.18    end
    1.19  }

Impressum / About Us