From 5789fd109c3831d67756f311d002295696461350 Mon Sep 17 00:00:00 2001 From: Echo Date: Wed, 26 Aug 2026 07:12:01 -0400 Subject: [PATCH 1/3] feat: public email warning --- app/views/identities/new.html.erb | 3 +++ config/locales/en.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/app/views/identities/new.html.erb b/app/views/identities/new.html.erb index 68ff3936..71f5867a 100644 --- a/app/views/identities/new.html.erb +++ b/app/views/identities/new.html.erb @@ -105,6 +105,9 @@ <%= t ".email_code" %> + <% if @onboarding_scenario.form_fields.include?(:primary_email) && @identity.primary_email.blank? %> +
<%= t ".email_public_warning" %> + <% end %> <% if @onboarding_scenario.is_a?(OnboardingScenarios::LegacyMigration) %>
This needs to be the same email your Slack account is registered under. <% end %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 86486e6d..d4236ab2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -407,6 +407,7 @@ en: log_in: Log in here not_necessarily_legal_name: not necessarily your legal name, what do people usually call you? email_code: We'll send a one-time code to this address. + email_public_warning: Heads up! Your email is visible to other users via Slack, so avoid using one that contains personal info. continue: Continue wrong_email: "← Wrong email? Go back" update: From 3fee63e38d2e76846028688f5ec6528140781f24 Mon Sep 17 00:00:00 2001 From: Echo Date: Wed, 26 Aug 2026 07:23:19 -0400 Subject: [PATCH 2/3] sound better --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index d4236ab2..3bfabc7a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -407,7 +407,7 @@ en: log_in: Log in here not_necessarily_legal_name: not necessarily your legal name, what do people usually call you? email_code: We'll send a one-time code to this address. - email_public_warning: Heads up! Your email is visible to other users via Slack, so avoid using one that contains personal info. + email_public_warning: Avoid using an email you dont want others to know. continue: Continue wrong_email: "← Wrong email? Go back" update: From 9064326d31b3c5428e9dcc0a450874aea1e11edf Mon Sep 17 00:00:00 2001 From: Echo Date: Wed, 26 Aug 2026 07:39:03 -0400 Subject: [PATCH 3/3] eps --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 3bfabc7a..56fb5f37 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -407,7 +407,7 @@ en: log_in: Log in here not_necessarily_legal_name: not necessarily your legal name, what do people usually call you? email_code: We'll send a one-time code to this address. - email_public_warning: Avoid using an email you dont want others to know. + email_public_warning: Heads up! Your email address is visible to other people on the Slack continue: Continue wrong_email: "← Wrong email? Go back" update: