diff --git a/app/views/main/login.rhtml b/app/views/main/login.rhtml
deleted file mode 100644
--- a/app/views/main/login.rhtml
+++ /dev/null
@@ -1,25 +0,0 @@
-
<%= Configuration['ui.front.title'] %>
-
-<%= Configuration['ui.front.welcome_message'] %>
-Please login to see the problem list.
-
-<% if flash[:notice] %>
-
-<%= flash[:notice] %>
-
-<% end %>
-
-
-<% form_tag :controller => 'login', :action => 'login' do %>
-
-
-Login: | <%= text_field_tag 'login' %> |
-
-
-Password: | <%= password_field_tag %> |
-
-
- <%= submit_tag 'Login' %>
-<% end %>
-
-