diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-03-22 06:53:10 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-03-22 06:53:10 +0100 |
commit | 3ea72a56c5bab10fa9d484e0a4c9e343163b7228 (patch) | |
tree | 6c01528f882c437f3278e8bf1236aa190529770d /extensions/SecureMail/template/en/default | |
parent | 111f569b2460e416841018c7f03d122ff4102e4b (diff) | |
download | bugzilla-3ea72a56c5bab10fa9d484e0a4c9e343163b7228.tar.gz bugzilla-3ea72a56c5bab10fa9d484e0a4c9e343163b7228.tar.xz |
Bug 656537 - automatically send a test email when a certificate is uploaded or changed via the securemail preferences tab
r=glob
Diffstat (limited to 'extensions/SecureMail/template/en/default')
-rw-r--r-- | extensions/SecureMail/template/en/default/account/prefs/securemail.html.tmpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extensions/SecureMail/template/en/default/account/prefs/securemail.html.tmpl b/extensions/SecureMail/template/en/default/account/prefs/securemail.html.tmpl index c71ea902e..db595a23f 100644 --- a/extensions/SecureMail/template/en/default/account/prefs/securemail.html.tmpl +++ b/extensions/SecureMail/template/en/default/account/prefs/securemail.html.tmpl @@ -17,6 +17,12 @@ # Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org> #%] +[% IF test_email_sent %] + <div id="message"> + An encrypted test email has been sent to your address. + </div> +[% END %] + <p>Some [% terms.bugs %] in this [% terms.Bugzilla %] are in groups the administrator has deemed 'secure'. This means emails containing information about those [% terms.bugs %] will only be sent encrypted. Enter your PGP/GPG public key or @@ -30,3 +36,5 @@ SMIME certificate here to receive full update emails for such [% terms.bugs %].< <textarea id="public_key" name="public_key" cols="72" rows="12"> [%- public_key FILTER html %]</textarea> + +<p>Submitting valid changes will automatically send an encrypted test email to your address.</p> |