From 36ef16fb01865552e3fcc14c81819cbbead49169 Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 4 Aug 2017 11:06:20 +0200 Subject: feat: remove signup link from landing page We are deprecating webapp based signup. It leads to an inconsistent state for mail providers and offers no useful interactions for vpn providers either. Instead of trying to deal with the halve way signup through the webapp we require signup through bitmask app which can also create the pgp keys for email and download and use the cert for vpn. In addition this reduces the attack surface for js injection, phishing and other browser based attacks. For now we still keep the signup form in case providers link to it directly. We also keep all the tests based on it. Cleanup will happen right after 0.10.0 release. --- config/locales/en/home.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/locales') diff --git a/config/locales/en/home.en.yml b/config/locales/en/home.en.yml index c77dc3f..6017509 100644 --- a/config/locales/en/home.en.yml +++ b/config/locales/en/home.en.yml @@ -5,6 +5,6 @@ en: download_bitmask: "Download Bitmask" login_info: "Log in to change your account settings, create support tickets, and manage payments." - signup_info: "Create a new user account. For higher security, we recommend you create your account via the Bitmask application instead." + signup_info: "Create a new user account via the Bitmask application and use it to access our services." support_info: "Can't login? Create a new support ticket anonymously." - get_help: "Get Help" \ No newline at end of file + get_help: "Get Help" -- cgit v1.2.3