Disable autocomplete on registragion form #844

This commit is contained in:
Felix Schäfer 2012-05-20 10:30:34 +02:00
parent 20448c7efb
commit 2e18840f12
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<h2><%=l(:label_register)%> <%=link_to l(:label_login_with_open_id_option), signin_url if Setting.openid? %></h2>
<% form_tag({:action => 'register'}, :class => "tabular") do %>
<% form_tag({:action => 'register'}, :class => "tabular", :autocomplete => :off) do %>
<%= error_messages_for 'user' %>
<div class="box">