Add notice on registering about issues with Hotmail/Outlook

This commit is contained in:
Andreas Nedbal 2021-12-27 01:44:10 +01:00
parent 8d607fd833
commit 3f4bd13486
1 changed files with 2 additions and 0 deletions

View File

@ -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')