From d330f949674d98a2fd8d83e00d28e917139610c7 Mon Sep 17 00:00:00 2001 From: Joseph Boiteau Date: Thu, 5 Jan 2017 11:01:16 +1100 Subject: [PATCH 1/2] Change password input for textarea --- snappass/templates/password.html | 4 ++-- snappass/templates/set_password.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/snappass/templates/password.html b/snappass/templates/password.html index e3b6c0a..cbfcdff 100644 --- a/snappass/templates/password.html +++ b/snappass/templates/password.html @@ -7,7 +7,7 @@

Save the following password to a secure location.

- +
@@ -26,4 +26,4 @@ {% block js %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/snappass/templates/set_password.html b/snappass/templates/set_password.html index b9e1af1..85b4418 100644 --- a/snappass/templates/set_password.html +++ b/snappass/templates/set_password.html @@ -9,7 +9,7 @@
- +
@@ -35,7 +35,7 @@
  • Share the one-time use URL with your intended recipient
  • - +
    {% endblock %} From 6cdf6f495b9383a2415c8e15e964dd7d7a73da00 Mon Sep 17 00:00:00 2001 From: Joseph Boiteau Date: Thu, 5 Jan 2017 11:06:42 +1100 Subject: [PATCH 2/2] =?UTF-8?q?Change=20wording=20=E2=80=98password?= =?UTF-8?q?=E2=80=99=20to=20=E2=80=98secret=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snappass/templates/base.html | 4 ++-- snappass/templates/confirm.html | 4 ++-- snappass/templates/password.html | 6 +++--- snappass/templates/set_password.html | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/snappass/templates/base.html b/snappass/templates/base.html index 1ba67ac..140dc6d 100644 --- a/snappass/templates/base.html +++ b/snappass/templates/base.html @@ -1,7 +1,7 @@ - Send Password + Snappass - Share Secrets @@ -13,7 +13,7 @@ diff --git a/snappass/templates/confirm.html b/snappass/templates/confirm.html index 0631501..7fe8b29 100644 --- a/snappass/templates/confirm.html +++ b/snappass/templates/confirm.html @@ -3,8 +3,8 @@ {% block content %}
    - -

    The password has been temporarily saved. Send the following URL to your intended recipient.

    + +

    The secret has been temporarily saved. Send the following URL to your intended recipient.

    diff --git a/snappass/templates/password.html b/snappass/templates/password.html index cbfcdff..1cac3ac 100644 --- a/snappass/templates/password.html +++ b/snappass/templates/password.html @@ -3,8 +3,8 @@ {% block content %}
    - -

    Save the following password to a secure location.

    + +

    Save the following secret to a secure location.

    @@ -18,7 +18,7 @@
    -

    The password has now been permanently deleted from the system, and the URL will no longer work. Refresh this page to verify.

    +

    The secret has now been permanently deleted from the system, and the URL will no longer work. Refresh this page to verify.

    {% endblock %} diff --git a/snappass/templates/set_password.html b/snappass/templates/set_password.html index 85b4418..f3145fb 100644 --- a/snappass/templates/set_password.html +++ b/snappass/templates/set_password.html @@ -3,7 +3,7 @@ {% block content %}
    - +
    @@ -28,10 +28,10 @@

    Using SnapPass

    -

    SnapPass allows you to share passwords in a secure, ephemeral way.

    +

    SnapPass allows you to share secrets in a secure, ephemeral way.

      -
    1. Input a password, its expiration time, and click Generate URL
    2. +
    3. Input a secret, its expiration time, and click Generate URL
    4. Share the one-time use URL with your intended recipient