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

Platform Access

-
-
-
-
- +

Platform Access

+
+
@@ -26,7 +22,7 @@ {% for row in data %} - + @@ -34,142 +30,128 @@ {%endfor%}
PlatformPub Key
{{ row.platform_name }} {{ row.account_type }} {{ row.usr_hrn }}
-
-
-
+
+

MySlice Account

-
-
-

MySlice Account

-
-
-
-
-
- {% csrf_token %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
Personal Details
-
Email - {{ person.email }} - -
Password - - ******** - - - - - - - - - - - - -
Enter password: - -
Confirm password: - - -
-
-
Full Name - {{ fullname }} - - - -
- - - -
- -
Authority - {{ authority }} - -
Generate Keys - - - -
Public Key - - - ******** - - -
-
- - - - -
-
- -
- - -
Private Key ******** - - -
+{% if messages %} +
    + {% for message in messages %} + {{ message }} + {% endfor %} +
+{% endif %} -

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.

-
-
-
-
- -
+
+
+
+ {% csrf_token %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
Personal Details
+
Email + {{ person.email }} + +
Password + + ******** + + + + + + + + + + + + +
Enter password:
Confirm password: + + +
+
+
Full Name + {{ fullname }} + + +
+ + + +
+ +
Authority + {{ authority }} + +
Generate Keys + +
Public Key + ******** + + +
+
+ + +
+
+ + +
Private Key ******** + + +
+

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. +

+
+
+
{% endblock %}