mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 12:53:42 +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:
parent
886d619d3f
commit
2bb7676ba4
|
@ -17,7 +17,7 @@ BYPASS_DISABLE_TYPES = %w(
|
||||||
test_message
|
test_message
|
||||||
new_version
|
new_version
|
||||||
group_smtp
|
group_smtp
|
||||||
invite
|
invite_password_instructions
|
||||||
download_backup_message
|
download_backup_message
|
||||||
admin_confirmation_message
|
admin_confirmation_message
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user