Disable autocomplete on registragion form #844
This commit is contained in:
parent
20448c7efb
commit
2e18840f12
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue