-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
note about whitelisting on various devise things
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
<%= f.input :login, :required => true, :autofocus => true, as: :string %> | ||
</div> | ||
|
||
<div style="margin-top: 10px;">If you don't receive the email, <span class="bold brightpurple">check your SPAM folder!</span> And if it's not in there, then contact us.</div> | ||
<div style="margin-top: 10px;">If you don't receive the email, whitelist [email protected] and try again, and <span class="bold brightpurple">check your spam folder</span>.</div> | ||
|
||
<div class="form-actions confirmation"> | ||
<%= f.button :submit, "Submit" %> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
<%= f.input :login, :required => true, :autofocus => true, as: :string %> | ||
</div> | ||
|
||
<div style="margin-top: 10px;">If you don't receive the email, <span class="bold brightpurple">check your SPAM folder!</span> And if it's not in there, then contact us.</div> | ||
<div style="margin-top: 10px;">If you don't receive the email, whitelist [email protected] and try again, and <span class="bold brightpurple">check your spam folder</span>.</div> | ||
|
||
<div class="form-actions reset-password"> | ||
<%= f.button :submit, "Submit" %> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
<p class="red">Security Question (required)</p> | ||
<%= f.input :security_test, label: "What are we mapping on this site?" %> | ||
</div> | ||
<div style="margin-top: 10px;">If you don't receive a confirmation email, <span class="bold brightpurple">check your SPAM folder!</span> And if it's not in there, then contact us.</div> | ||
<div style="margin-top: 10px;">If you don't receive the email, whitelist [email protected] and try again, and <span class="bold brightpurple">check your spam folder</span>.</div> | ||
<div class="form-actions"> | ||
<%= f.button :submit, "Submit" %> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,18 +18,18 @@ en: | |
signed_in: 'Signed in successfully.' | ||
signed_out: 'Signed out successfully.' | ||
passwords: | ||
send_instructions: 'Please check your email for the reset link. If you do not see it, check your SPAM folder!' | ||
send_instructions: 'Please check your email for the reset link. If you do not see it, check your SPAM folder! Make sure that [email protected] is whitelisted.' | ||
updated: 'Your password was changed successfully.' | ||
confirmations: | ||
send_instructions: 'Please check your email and confirm your account. If you do not see it, check your SPAM folder!' | ||
send_instructions: 'Please check your email and confirm your account. If you do not see it, check your SPAM folder! Make sure that [email protected] is whitelisted.' | ||
confirmed: 'Your account was successfully confirmed.' | ||
registrations: | ||
signed_up: 'You have signed up successfully. A confirmation email is being sent. If you do not see it, check your SPAM folder!' | ||
signed_up: 'You have signed up successfully. A confirmation email is being sent. If you do not see it, check your SPAM folder! Make sure that [email protected] is whitelisted.' | ||
updated: 'You updated your account successfully.' | ||
destroyed: 'Bye! Your account was successfully cancelled. We hope to see you again soon.' | ||
signed_up_but_unconfirmed: "Please confirm your account. A link has been emailed to you." | ||
unlocks: | ||
send_instructions: 'Instructions have been sent to your email. If you do not see it, check your SPAM folder!' | ||
send_instructions: 'Instructions have been sent to your email. If you do not see it, check your SPAM folder! Make sure that [email protected] is whitelisted.' | ||
unlocked: 'Your account was successfully unlocked.' | ||
mailer: | ||
confirmation_instructions: | ||
|