X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=81cca7846708949c5c972d39417daaedcc809f0d;hb=4cff7691aba786e1e2e94c5a9c86a27f1be96b5b;hp=346c41f8cf002754b2a10e493e0d3cd7f6502e7a;hpb=fc29adc67fe378ae2b962fe99bd2bc1513d9dffd;p=myslice.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 346c41f8..81cca784 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -2,64 +2,50 @@ {% block head %} - - - - + + + + {% endblock %} -{% block unfold1_main %} +{% block unfold_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 +99,164 @@ - - + + {%if 'N/A' not in user_private_key%} + + {%endif%}
-
Personal Details
+
Platform: Myslice
Email {{ person.email }} - +
Password - + ******** - + @@ -71,7 +57,7 @@
Confirm password: - +
@@ -83,27 +69,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 %}