From 4fbdceeeeb2553b3199db1160d68b9c35aa8d6e5 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Fri, 21 Feb 2014 16:47:02 +0100 Subject: [PATCH] show better explanation when setting passphrase --- src/tpl/login-initial.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tpl/login-initial.html b/src/tpl/login-initial.html index 3e30773..e50b568 100644 --- a/src/tpl/login-initial.html +++ b/src/tpl/login-initial.html @@ -6,7 +6,7 @@
-

Set passphrase. The passphrase protects your keypair. If you forget your passphrase you will not be able to recover your messages.

+

Set passphrase. The passphrase protects your private key. If you forget your passphrase you will not be able to recover your messages.


@@ -45,7 +45,7 @@

A passphrase is like a password but longer.

If your device is lost or stolen the passphrase protects the contents of your mailbox.

-

The passphrase should consist of multiple words that are easy to remember.

+

It must be at least 10 characters long and contain one special character or digit.

You cannot change your passphrase at a later time.

\ No newline at end of file