From 06a41ad980ccb5845f401b76156b3cb3c24309b9 Mon Sep 17 00:00:00 2001 From: Andrew Mee Date: Mon, 6 Jul 2015 09:58:24 +0100 Subject: [PATCH] adding a notice that passwords are not securely stored when provided through the dashboard --- view/new.html | 2 +- view/task/edit.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/new.html b/view/new.html index ab77cb8..bf51d87 100644 --- a/view/new.html +++ b/view/new.html @@ -87,7 +87,7 @@ along with pa11y-dashboard. If not, see .
- + (Note: this will be stored and displayed in plain-text - only suitable for use in a secure environment)
diff --git a/view/task/edit.html b/view/task/edit.html index 53236cd..11e7007 100644 --- a/view/task/edit.html +++ b/view/task/edit.html @@ -99,7 +99,7 @@ along with pa11y-dashboard. If not, see .
- + (Note: this will be stored and displayed in plain-text - only suitable for use in a secure environment)