X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=b28658c911c414e8290f992a60a3f10188856e73;hb=fd6780611d71d8849b4a3a59b95f64c2d7f12060;hp=e8edc6002d9c64d4f3865c053e992ca8a431eaaa;hpb=2aecc2abb7b3ff0eadd42b69e82f05fcfd5672ba;p=myslice.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index e8edc600..b28658c9 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -1,165 +1,161 @@ {% extends "layout-unfold1.html" %} {% block head %} - - - - + + + + + {% endblock %} -{% block unfold1_main %} +{% block unfold_main %} +

MySlice Account

-

Platform Access

- - - - - - - - {% for row in data %} - - - - - - - {%endfor%} -
PlatformAccount Typeuser_hrnPub Key
{{ row.platform_name }} {{ row.account_type }} {{ row.usr_hrn }} {{ row.usr_pubkey }}
- +{% if messages %} + +{% endif %} +
+
+
+ {% csrf_token %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {%if 'N/A' not in user_private_key%} + + + {%endif%} + + + + +
+
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. +

+
+
+
+
-
-
-

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

Platform Access

+
+
+ + + + + + + + + {% for row in data %} + + + + + + + + {%endfor%} +
PlatformAccount TypeAccount_delegationuser_hrnPub Key
{{ row.platform_name }} {{ row.account_type }} {{ row.delegation_type }} {{ row.usr_hrn }} {{ row.usr_pubkey }}
+
+
-

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.

-
-
-
-
- -
-
{% endblock %}