X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=4b042468789e483ecfb800628fd368c81c54dc90;hb=0120bc491b3464f4981270a28ac153fa62f3b08b;hp=46deb139d4f9d20121d18eeebca99547133fc04e;hpb=62fdfd5e3db042a3d7ed380d56542bbe62fc5e00;p=unfold.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 46deb139..4b042468 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -2,37 +2,13 @@ {% block head %} - - - - + + + + {% endblock %} -{% block unfold1_main %} - - -

Platform Access

-
-
- - - - - - - - {% for row in data %} - - - - - - - {%endfor%} -
PlatformAccount Typeuser_hrnPub Key
{{ row.platform_name }} {{ row.account_type }} {{ row.usr_hrn }} {{ row.usr_pubkey }}
-
-
- +{% block unfold_main %}

MySlice Account

@@ -143,8 +119,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.

@@ -153,4 +130,28 @@ +

Platform Access

+
+
+ + + + + + + + {% for row in data %} + + + + + + + {%endfor%} +
PlatformAccount Typeuser_hrnPub Key
{{ row.platform_name }} {{ row.account_type }} {{ row.usr_hrn }} {{ row.usr_pubkey }}
+
+
+ + + {% endblock %}