Skip to content

Commit

Permalink
Merge pull request #236 from Retrospring/feature/mail-notice
Browse files Browse the repository at this point in the history
Add notice on registering about issues with Hotmail/Outlook
  • Loading branch information
raccube committed Dec 27, 2021
2 parents 8d607fd + 3f4bd13 commit 62755b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/devise/registrations/new.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 62755b8

Please sign in to comment.