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