Skip to content

Commit f221805

Browse files
chore: drop email notification settings for admin changes (moving)
Removed app config section about email notification for admin changes. Moving to User Configuration chapter. Signed-off-by: Josh <[email protected]>
1 parent 1bb524d commit f221805

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

admin_manual/configuration_server/config_sample_php_parameters.rst

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4244,17 +4244,3 @@ which are older then the number of days that is set for ``activity_expire_days``
42444244

42454245
Before enabling this, read the warning in :ref:`label-activities-groupfolders`
42464246

4247-
Settings app
4248-
^^^^^^^^^^^^
4249-
4250-
If an email address of a user is changed by an admin, then it triggers an email
4251-
to the user that states "Your email address on URL was changed by an
4252-
administrator.". In some cases this should not be triggered, because it was a
4253-
normal maintenance change. To disable this specific email the appconfig option
4254-
``disable_email.email_address_changed_by_admin`` can be set to ``yes``::
4255-
4256-
occ config:app:set settings disable_activity.email_address_changed_by_admin --value yes
4257-
4258-
To disable this behaviour change it to any other value or delete the app config::
4259-
4260-
occ config:app:delete settings disable_activity.email_address_changed_by_admin

0 commit comments

Comments
 (0)