From 479dca09b2e612d8dc25118e6ab60b31706c1a7a Mon Sep 17 00:00:00 2001
From: Nicholas Charriere
Date: Mon, 18 Jul 2016 17:14:38 -0700
Subject: [PATCH] Improve wording
---
README.rst | 4 +++-
snappass/templates/set_password.html | 14 +++++++++-----
2 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/README.rst b/README.rst
index 915b854..6fa236b 100644
--- a/README.rst
+++ b/README.rst
@@ -19,7 +19,7 @@ because she uses Google Talk, and Google Talk logs everything.
You could write it down, but you can't find a pen, and there's way too many
characters because your Security Person, Paul, is paranoid.
-So we build SnapPass. It's not that complicated, it does one thing. If
+So we built SnapPass. It's not that complicated, it does one thing. If
Jane gets a link to the password and never looks at it, the password goes away.
If the NSA gets a hold of the link, and they look at the password... well they
have the password. Also, Jane can't get the password, but now Jane knows that
@@ -60,6 +60,8 @@ need to change this.
`NO_SSL` if you are not using SSL.
+`REDIS_HOST` this should be set by Redis, but you can override it if you want. Defaults to `"localhost"`
+
Docker
------
diff --git a/snappass/templates/set_password.html b/snappass/templates/set_password.html
index 8cfe589..d145cb6 100644
--- a/snappass/templates/set_password.html
+++ b/snappass/templates/set_password.html
@@ -11,13 +11,17 @@
-
+
Using this tool
-
This tool allows us to share passwords in a secure way. Submit a password
- and a time to live. The password will be stored as long as the time to live
- (default one week). The password can only be read once. Once somebody
- reads the password it is automatically removed from the system.
+
This tool allows to share passwords in a secure way.
+