File tree Expand file tree Collapse file tree
admin_manual/configuration_server Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2016,3 +2016,18 @@ which are older then the number of days that is set for ``activity_expire_days``
20162016 'wnd.logging.enable' => true,
20172017
20182018This enables debug logs for the windows_network_drive app.
2019+
2020+ Settings app
2021+ ^^^^^^^^^^^^
2022+
2023+ If an email address of a user is changed by an admin, then it triggers an email
2024+ to the user that states "Your email address on URL was changed by an
2025+ administrator.". In some cases this should not be triggered, because it was a
2026+ normal maintenance change. To disable this specific email the appconfig option
2027+ ``disable_email.email_address_changed_by_admin `` can be set to ``yes ``::
2028+
2029+ occ config:app:set settings disable_email.email_address_changed_by_admin --value yes
2030+
2031+ To disable this behaviour change it to any other value or delete the app config::
2032+
2033+ occ config:app:delete settings disable_email.email_address_changed_by_admin
You can’t perform that action at this time.
0 commit comments