Restrict addition of signatures

Sending an email to the primary userID to select which signatures to add when new signatures are uploaded.
This commit is contained in:
Simon Vareille
2020-02-10 18:10:10 +01:00
parent d0083a4f57
commit 5a05cecdb8
6 changed files with 135 additions and 17 deletions

View File

@@ -6,5 +6,7 @@
"verify_success_link": "Your public OpenPGP key is now available at the following link:",
"verify_removal_subject": "Verify key removal",
"verify_removal_text": "Hello {0},\n\nplease verify removal of your email address {1} from our key server ({2}) by clicking on the following link:\n\n{3}\n\nGreetings from the Mailvelope Team",
"removal_success": "Email address {0} removed from the key directory"
"removal_success": "Email address {0} removed from the key directory",
"confirm_signatures_subject": "Confirm new signatures",
"confirm_signatures_text": "Hello {0},\n\n{1} new signature(s) have been uploaded to your keys on our keyserver ({3}) ! Please select the ones you want to add by clicking on the following link:\n\n{2}\n\nGreetings from the Mailvelope Team"
}