mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 13:55:22 +08:00
FIX: respect email domain whitelist/blacklist when creating staged users
This commit is contained in:
@ -40,6 +40,7 @@ module Email
|
||||
when Email::Receiver::NoBodyDetectedError then :email_reject_empty
|
||||
when Email::Receiver::UserNotFoundError then :email_reject_user_not_found
|
||||
when Email::Receiver::ScreenedEmailError then :email_reject_screened_email
|
||||
when Email::Receiver::EmailNotAllowed then :email_reject_not_allowed_email
|
||||
when Email::Receiver::AutoGeneratedEmailError then :email_reject_auto_generated
|
||||
when Email::Receiver::InactiveUserError then :email_reject_inactive_user
|
||||
when Email::Receiver::BlockedUserError then :email_reject_blocked_user
|
||||
|
Reference in New Issue
Block a user