From 2e18840f123e1298652ee2ab3cb278106aa37231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= Date: Sun, 20 May 2012 10:30:34 +0200 Subject: [PATCH] Disable autocomplete on registragion form #844 --- app/views/account/register.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/account/register.rhtml b/app/views/account/register.rhtml index 8498d135..d6a1cbe4 100644 --- a/app/views/account/register.rhtml +++ b/app/views/account/register.rhtml @@ -1,6 +1,6 @@

<%=l(:label_register)%> <%=link_to l(:label_login_with_open_id_option), signin_url if Setting.openid? %>

-<% form_tag({:action => 'register'}, :class => "tabular") do %> +<% form_tag({:action => 'register'}, :class => "tabular", :autocomplete => :off) do %> <%= error_messages_for 'user' %>