Skip to content

Commit

Permalink
Merge pull request #239 from Retrospring/feature/mail-notice-part-2
Browse files Browse the repository at this point in the history
Update mail notice to mention people to look at their spam folder
  • Loading branch information
raccube committed Dec 27, 2021
2 parents b544145 + e3c9d1b commit 6ed9120
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/views/devise/registrations/new.haml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
= render 'layouts/messages'

= 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.email_field :email, autofocus: false, label: t('views.settings.account.email'),
help: "Don't forget to check your spam folder in case our mail might have landed there!"

= 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 6ed9120

Please sign in to comment.