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

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsunnavy <sunnavy@bestpractical.com>2021-06-22 20:39:04 +0300
committersunnavy <sunnavy@bestpractical.com>2021-06-22 20:39:04 +0300
commitb07aeff2f88c074ca4ca074fed4a56e9592856eb (patch)
tree75e0578ac89f9f70f70112e3fad6ab92c9b290da /docs
parent8a9afe7ccaabaa8c13dad9d47c53c8915c08b973 (diff)
parentc09334a53eb1a55855e2d73baa90aa9255d4d758 (diff)
Merge branch '5.0/login-page-support-email' into 5.0-trunk
Diffstat (limited to 'docs')
-rw-r--r--docs/UPGRADING-5.017
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/UPGRADING-5.0 b/docs/UPGRADING-5.0
index 5abf895152..045469ec92 100644
--- a/docs/UPGRADING-5.0
+++ b/docs/UPGRADING-5.0
@@ -283,4 +283,21 @@ configuration setting.
=back
+=head1 UPGRADING FROM 5.0.1 AND EARLIER
+
+=over 4
+
+=item *
+
+Previously C<$OwnerEmail> was shown on the RT login page for users to
+contact with RT issues, in addition to being the address used to send various
+errors like email bounces. A new config option C<$RTSupportEmail> is now used
+for the login page display, allowing admins to set C<$OwnerEmail> to a different
+address if desired, and possibly not display an email address on the login page.
+
+If you want to still display your C<$OwnerEmail> on the login page, just set
+C<$RTSupportEmail> to the same value.
+
+=back
+
=cut