diff --git a/app/views/main/login.rhtml b/app/views/main/login.rhtml
--- a/app/views/main/login.rhtml
+++ b/app/views/main/login.rhtml
@@ -1,6 +1,6 @@
-
<%= @title %>
+<%= Configuration['ui.front.title'] %>
-<%= @welcome %>
+<%= Configuration['ui.front.welcome_message'] %>
Please login to see the problem list.
<% if flash[:notice] %>