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:
Bianca Nenciu
2022-09-30 00:49:17 +03:00
committed by GitHub
parent cb922ca8c8
commit f60e6837c6
4 changed files with 18 additions and 2 deletions

View File

@@ -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."

View File

@@ -1291,6 +1291,7 @@ email:
max_participant_names:
default: 10
hidden: true
require_change_email_confirmation: false
files:
max_image_size_kb: