Fill in all information pertaining to the new user you wish to create. Fields marked with * are required and must be filled out.

<%=form_for @user,:url => spud_admin_users_path(),:html=>{:class=>"right_aligned_form"} do |f|%> <%=render :partial => "form",:locals => {:f => f}%>
<%=f.submit%> or <%=link_to "cancel","#",:class => "close_dialog"%>
<%end%>