Merge pull request #239 from Retrospring/feature/mail-notice-part-2

Update mail notice to mention people to look at their spam folder
This commit is contained in:
Karina Kwiatek 2021-12-27 21:06:52 +01:00 committed by GitHub
commit 6ed91204a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

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