X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=f3c731a93a94fbe90c733dd199ebe08561c10788;hb=83f238a32f62a34370f24d69e85823c709d95627;hp=8cd7c6370ab885c1f36ce8c9be2e5300806ff36a;hpb=8ebebd5565c68390b51adf9d02f1c3d837de1e94;p=myslice.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 8cd7c637..f3c731a9 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -1,13 +1,14 @@ {% extends "layout-unfold1.html" %} {% block head %} - - - - + + + + + {% endblock %} -{% block unfold1_main %} +{% block unfold_main %}

Platform Access

@@ -21,7 +22,7 @@ Pub Key {% for row in data %} - + {{ row.platform_name }} {{ row.account_type }} {{ row.usr_hrn }} @@ -34,6 +35,16 @@

MySlice Account

+ +{% if messages %} + +{% endif %} + +
@@ -132,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 vs Security.
+ Ease-of-use: Automatic account delegation. Don't delete private key.
+ Security: Manual account delegation. Download & Delete private key.