[Rt-commit] rt branch 4.4/error-public-key-template-tweak created. rt-4.4.6beta1-1-g9e7a7da74d

BPS Git Server git at git.bestpractical.com
Fri Jul 1 14:13:58 UTC 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".

The branch, 4.4/error-public-key-template-tweak has been created
        at  9e7a7da74d66392c6c92597da037076f1bae79a8 (commit)

- Log -----------------------------------------------------------------
commit 9e7a7da74d66392c6c92597da037076f1bae79a8
Author: Brian Conry <bconry at bestpractical.com>
Date:   Mon Mar 28 13:19:27 2022 -0500

    Improve template 'Error: public key'
    
    The template 'Error: public key' had content that didn't flow well and
    had the potential to cause some confusion for users.
    
    This change will only affect new installs.  Existing installs will need
    to modify the template manually to get the new text.

diff --git a/etc/initialdata b/etc/initialdata
index 454f76336b..7feb0d5a79 100644
--- a/etc/initialdata
+++ b/etc/initialdata
@@ -681,9 +681,9 @@ You received this message because RT received mail from you that was not encrypt
        Name        => "Error: public key",    # loc
        Description =>
          "Inform user that he has problems with public key and couldn't recieve encrypted content", # loc
-       Content => q{Subject: We have no your public key or it's wrong
+       Content => q{Subject: Your public key in RT is missing or unusable
 
-You received this message as we have no your public PGP key or we have a problem with your key. Inform the administrator about the problem.
+You received this message because we were unable to encrypt a message to your public key, either because it is missing or has a problem.  Please inform the administrator about the problem.
 }
     },
     {  Queue       => 0,

-----------------------------------------------------------------------


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list