X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=3b0e96dbd8b27b066398a6971f1943b6542ac282;hb=f61296343dc3270ccbc271dab5c79eb883c1d610;hp=346c41f8cf002754b2a10e493e0d3cd7f6502e7a;hpb=67109f53492e43afeaaec232d5c4ffe7daa7bffc;p=myslice.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 346c41f8..3b0e96db 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -1,65 +1,42 @@ {% extends "layout-unfold1.html" %} +{% block unfold_main %} -{% block head %} - - - - - -{% endblock %} +

User Profile User info. in Myslice platform

-{% block unfold1_main %} +{% if messages %} + +{% endif %} -

Platform Access

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

MySlice Account

-
-
- {% csrf_token %} @@ -113,34 +90,164 @@ - - + + {%if 'N/A' not in user_private_key%} + + {%endif%}
-
Personal Details
+
Platform: Myslice
Email {{ person.email }} - +
Password - + ******** - + @@ -71,7 +48,7 @@
Confirm password: - +
@@ -83,27 +60,27 @@
{{ 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

+
+
+ + + + + + + {% for row in my_users %} + + + + + {%endfor%} +
Delegated User Credential
Expiration DateDownload
{{ row.cred_exp }}
+

+ + + + + + + + {% for row in my_slices %} + + + + + + {%endfor%} +
Delegated Slice Credentials
Slice NameExpiration DateDownload
{{ row.slice_name }} {{ row.cred_exp }}
+

+ + + + + + + + {% for row in my_auths %} + + + + + + {%endfor%} +
Delegated Authority Credentials
Authority NameExpiration DateDownload
{{ row.auth_name }} {{ row.cred_exp }}
+

+

+
+
+ + + + +

Testbed Accounts Reference accounts in the following testbeds

+
+
+ + + + + + + + {% for row in ref_acc %} + + + + + + + {%endfor%} +
PlatformAccount TypeReference toRemove Account
{{ row.platform_name }} {{ row.account_type }} {{ row.account_reference }} + +
+
+
+ +

Add Accounts Add ref. account to the following testbeds

+
+
+ + + + + + {% for platform in platform_list %} + + + + + {%endfor%} +
PlatformsAdd Account
{{ platform.platform_no_access }} + +
+
+
+ + + {% endblock %}