X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=fda9e90547039909af4a28100be08c7e48e93d12;hb=f512ba95ae83ff747b2f1c92886437a5b9bc318f;hp=346c41f8cf002754b2a10e493e0d3cd7f6502e7a;hpb=58e9556fdd0693e331a25d13517a7244349ebc27;p=myslice.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 346c41f8..fda9e905 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -1,65 +1,45 @@ {% extends "layout-unfold1.html" %} +{% block unfold_main %} -{% block head %} - - - - - -{% endblock %} - -{% block unfold1_main %} +

User Profile User info. in Myslice platform

- -

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 %} -

MySlice Account

+
- {% csrf_token %} @@ -113,34 +96,218 @@ - - + + {%if 'N/A' not in user_private_key%} + + {%endif%}
-
Personal Details
+
Platform: Myslice
Email {{ person.email }} - +
Password - + ******** - + @@ -71,7 +51,7 @@
Confirm password: - +
@@ -83,27 +63,30 @@
{{ fullname }} - +
- +
- +
Authority {{ authority }} - +
Generate Keys - ******** - +
- +
- - + +
Private Key
Private Key ******** - - + +
-

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.

-
+ +

Account Information

+

Principal Account Account used for delegating credentials

+
+
+ + + + + + + + + {% for row in principal_acc %} + + + + + + + + {%endfor%} +
PlatformAccount TypeAccount DelegationUser hrn
{{ row.platform_name }} {{ row.account_type }} {{ row.delegation_type }} {{ row.usr_hrn }}
+
+
+ + + + +

+ +Credentials

+ + + + +

+ +TestBed Accounts

+ + + + +

+ +Add Accounts

+ + + + + {% endblock %}