From 0b4d4db131304eac84dc90b289a95db3410a2bfe Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 21 Jan 2007 11:50:22 +0000 Subject: settings are now stored in the database (config_custom.rb no more used) and editable through the application in: Admin -> Settings git-svn-id: http://redmine.rubyforge.org/svn/trunk@167 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/account/login.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/account') diff --git a/app/views/account/login.rhtml b/app/views/account/login.rhtml index 8f092b525..346f7d52b 100644 --- a/app/views/account/login.rhtml +++ b/app/views/account/login.rhtml @@ -12,7 +12,7 @@

<%= end_form_tag %> -
<% unless $RDM_SELF_REGISTRATION == false %><%= link_to l(:label_register), :action => 'register' %> |<% end %> +
<% if Setting.self_registration? %><%= link_to l(:label_register), :action => 'register' %> |<% end %> <%= link_to l(:label_password_lost), :action => 'lost_password' %>

\ No newline at end of file -- cgit v1.2.3