Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2021-01-12 05:08:44 +0300
committerGitHub <noreply@github.com>2021-01-12 05:08:44 +0300
commit0d979429d6f5eeaaef87dd9a6ea7d2bf4bace769 (patch)
tree7844b4f7d45fd641b8f06004d4acb293cf91108b /config
parent906814db3f8d9ef660db7792c6679b6b76ffccdd (diff)
Use confiugred noreply mail address when sending recovery mails (#17072)
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 71d3366e94..a1896d9d59 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -421,12 +421,6 @@ login_cookie_path =
; "remember me" option checked
login_session_not_remembered_idle_timeout = 3600
-; email address that appears as a Sender in the password recovery email
-; if specified, {DOMAIN} will be replaced by the current Matomo domain
-login_password_recovery_email_address = "password-recovery@{DOMAIN}"
-; name that appears as a Sender in the password recovery email
-login_password_recovery_email_name = Matomo
-
; email address that appears as a Reply-to in the password recovery email
; if specified, {DOMAIN} will be replaced by the current Matomo domain
login_password_recovery_replyto_email_address = "no-reply@{DOMAIN}"