From 3f4bd134861ea7488ef807faa16cf2b387728abd Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Mon, 27 Dec 2021 01:44:10 +0100 Subject: [PATCH] Add notice on registering about issues with Hotmail/Outlook --- app/views/devise/registrations/new.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/devise/registrations/new.haml b/app/views/devise/registrations/new.haml index 7caf98fd..20e562da 100644 --- a/app/views/devise/registrations/new.haml +++ b/app/views/devise/registrations/new.haml @@ -11,6 +11,8 @@ = f.text_field :screen_name, autofocus: true, label: t('views.settings.account.username') = f.email_field :email, autofocus: false, label: t('views.settings.account.email') + .alert.alert-danger + We're currently experiencing issues with Outlook/Hotmail addresses, please don't use those! = f.password_field :password, autocomplete: :off, label: t('views.settings.account.password') = f.password_field :password_confirmation, autocomplete: :off, label: t('views.settings.account.password_confirm')