So I have Authlogic working fine with this user_sessions/new view:
user_sessions/new
<% form_for @user_session, :url => user_session_path do |f| %> <%
I had the same problem and discovered that you have to make sure login is not in your schema and database (you won't need it anyway as you've decided to employ email as I have)