mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: respect email domain whitelist/blacklist when creating staged users
This commit is contained in:
@@ -80,6 +80,7 @@ en:
|
||||
bounced_email_error: "Email is a bounced email report."
|
||||
screened_email_error: "Happens when the sender's email address was already screened."
|
||||
unsubscribe_not_allowed: "Happens when unsubscribing via email is not allowed for this user."
|
||||
email_not_allowed: "Happens when the email address is not on the whitelist or is on the blacklist."
|
||||
unrecognized_error: "Unrecognized Error"
|
||||
|
||||
errors: &errors
|
||||
@@ -2151,6 +2152,14 @@ en:
|
||||
|
||||
Your reply was sent from a blocked email address. Try sending from another email address, or [contact a staff member](%{base_url}/about).
|
||||
|
||||
email_reject_not_allowed_email:
|
||||
title: "Email Reject Not Allowed Email"
|
||||
subject_template: "[%{email_prefix}] Email issue -- Blocked Email"
|
||||
text_body_template: |
|
||||
We're sorry, but your email message to %{destination} (titled %{former_title}) didn't work.
|
||||
|
||||
Your reply was sent from a blocked email address. Try sending from another email address, or [contact a staff member](%{base_url}/about).
|
||||
|
||||
email_reject_inactive_user:
|
||||
title: "Email Reject Inactive User"
|
||||
subject_template: "[%{email_prefix}] Email issue -- Inactive User"
|
||||
|
||||
Reference in New Issue
Block a user