Skip to content

Commit 1151cd3

Browse files
committed
Add app config option to disable "Email was changed by admin" email
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
1 parent 7247b1e commit 1151cd3

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

admin_manual/configuration_server/config_sample_php_parameters.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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

20182018
This 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

0 commit comments

Comments
 (0)