mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 14:04:36 +08:00
FIX: Stop bypassing email checks for invite emails (#11113)
See #10794 for original context. I did not mean to add invite to the BYPASS_TYPES for Email::Sender, it was supposed to be invite_password_instructions.
This commit is contained in:
@ -17,7 +17,7 @@ BYPASS_DISABLE_TYPES = %w(
|
||||
test_message
|
||||
new_version
|
||||
group_smtp
|
||||
invite
|
||||
invite_password_instructions
|
||||
download_backup_message
|
||||
admin_confirmation_message
|
||||
)
|
||||
|
Reference in New Issue
Block a user