This is a sample login form. You should customize it for your users.
<% if flash[:notice] %><%= flash[:notice] %>
<% end %> <% if @redirect_url %>We need you to log in before we can show you the page that you are trying to view.
<% end %> <%= form_for User.new, :url => session_path do |f| %>