From f5375d50602f88e7e19891d05b38060883649652 Mon Sep 17 00:00:00 2001 From: Yasin Date: Thu, 19 Sep 2013 16:09:45 +0200 Subject: [PATCH] MyAccount:Trade off msg added --- portal/static/css/account_view_html.css | 2 +- portal/templates/account-view.html | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/portal/static/css/account_view_html.css b/portal/static/css/account_view_html.css index cd6e478f..3173e9c1 100644 --- a/portal/static/css/account_view_html.css +++ b/portal/static/css/account_view_html.css @@ -160,7 +160,7 @@ code { margin: 20px 60px; padding: 10px 20px; color: green; - font-weight: bold; + font-weight: normal; background-color: #CCFFCC; text-align: center; } diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 46deb139..de76067c 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -143,8 +143,9 @@ -

For better security we recommend that you download and delete your private key from the server. - Always store your private key in a secure location. +

Tradeoff: Ease of use and security. + Ease of use: Automatic account delegation. Don't delete private key. + Better Security: Manual account delegation. Download & Delete private key.

-- 2.43.0