mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-04-30 16:31:57 +08:00
Previously, when staged users were disabled and a category allowed strangers via `email_in_allow_strangers`, incoming emails would automatically fallback to using the system user to create topics. Change introduced in this PR https://github.com/discourse/discourse/pull/34655 This change adds a new hidden site setting `email_in_allow_system_user_fallback` (default: false) that controls this behavior. When disabled, emails from strangers will raise a UserNotFoundError instead of creating topics as system user. |
||
|---|---|---|
| .. | ||
| authentication_results_spec.rb | ||
| cleaner_spec.rb | ||
| email_spec.rb | ||
| message_builder_spec.rb | ||
| processor_spec.rb | ||
| receiver_spec.rb | ||
| renderer_spec.rb | ||
| sender_spec.rb | ||
| styles_spec.rb | ||