mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Add setting to always confirm old email (#18417)
By default, only staff members have to confirm their old email when changing it. This commit adds a site setting that when enabled will always ask the user to confirm old email.
This commit is contained in:
@@ -2044,6 +2044,7 @@ en:
|
||||
raw_email_max_length: "How many characters should be stored for incoming email."
|
||||
raw_rejected_email_max_length: "How many characters should be stored for rejected incoming email."
|
||||
delete_rejected_email_after_days: "Delete rejected emails older than (n) days."
|
||||
require_change_email_confirmation: "Require non-staff users to confirm their old email address before changing it. Does not apply to staff users, they always need to confirm their old email address."
|
||||
|
||||
manual_polling_enabled: "Push emails using the API for email replies."
|
||||
pop3_polling_enabled: "Poll via POP3 for email replies."
|
||||
|
||||
@@ -1291,6 +1291,7 @@ email:
|
||||
max_participant_names:
|
||||
default: 10
|
||||
hidden: true
|
||||
require_change_email_confirmation: false
|
||||
|
||||
files:
|
||||
max_image_size_kb:
|
||||
|
||||
Reference in New Issue
Block a user