From f3c043f434bfa4dddf1a5fe4d6bca5137cab5cbd Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 13 Aug 2020 13:41:32 +0200 Subject: [PATCH] Fix updated name Signed-off-by: Morris Jobke --- .../configuration_server/config_sample_php_parameters.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index a6d531a93..19b3bce2e 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -2026,8 +2026,8 @@ administrator.". In some cases this should not be triggered, because it was a normal maintenance change. To disable this specific email the appconfig option ``disable_email.email_address_changed_by_admin`` can be set to ``yes``:: - occ config:app:set settings disable_email.email_address_changed_by_admin --value yes + occ config:app:set settings disable_activity.email_address_changed_by_admin --value yes To disable this behaviour change it to any other value or delete the app config:: - occ config:app:delete settings disable_email.email_address_changed_by_admin + occ config:app:delete settings disable_activity.email_address_changed_by_admin