diff options
Diffstat (limited to 'app/views/account')
-rw-r--r-- | app/views/account/login.rhtml | 2 |
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>
|