summaryrefslogtreecommitdiffstats
path: root/app/views/account
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-02-04 15:54:56 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-02-04 15:54:56 +0000
commit2b7c31feb50469ea8512ebf52e2b2c8f6239accb (patch)
tree11df180bf30283b352d24cc69f821e702cca0e7e /app/views/account
parent7dd312b1ac6a478c8d70b8e6041c05f916dcbf09 (diff)
downloadredmine-2b7c31feb50469ea8512ebf52e2b2c8f6239accb.tar.gz
redmine-2b7c31feb50469ea8512ebf52e2b2c8f6239accb.zip
setting password_lost renamed to lost_password
git-svn-id: http://redmine.rubyforge.org/svn/trunk@235 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/account')
-rw-r--r--app/views/account/login.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/account/login.rhtml b/app/views/account/login.rhtml
index 9f1e3dc63..5a94cb1ed 100644
--- a/app/views/account/login.rhtml
+++ b/app/views/account/login.rhtml
@@ -15,7 +15,7 @@
<br>
<% links = []
links << link_to(l(:label_register), :action => 'register') if Setting.self_registration?
- links << link_to(l(:label_password_lost), :action => 'password_lost') if Setting.password_lost?
+ links << link_to(l(:label_password_lost), :action => 'lost_password') if Setting.lost_password?
%>
<%= links.join(" | ") %>
</p>