From 2d95b9dfbf8eb0aed9d1b6947a7c65ab1bba3798 Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Thu, 3 Aug 2017 15:06:13 +0530 Subject: [PATCH] FIX: prevent Cloudflare from obfuscating emails https://support.cloudflare.com/hc/en-us/articles/200170016-What-is-Email-Address-Obfuscation- --- app/views/finish_installation/register.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/finish_installation/register.html.erb b/app/views/finish_installation/register.html.erb index b6914657327..8fa60e3e380 100644 --- a/app/views/finish_installation/register.html.erb +++ b/app/views/finish_installation/register.html.erb @@ -9,7 +9,9 @@
+ <%= select_tag :email, options_for_select(@allowed_emails, selected: params[:email]), class: 'combobox' %> +