X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=a21c3e294f556525ff0da9cf0a0c92b95a461b07;hb=1cdee7d22da25e8f91f122c3a33876bb37b62a14;hp=8cd7c6370ab885c1f36ce8c9be2e5300806ff36a;hpb=8ebebd5565c68390b51adf9d02f1c3d837de1e94;p=myslice.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 8cd7c637..a21c3e29 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -1,64 +1,51 @@ {% extends "layout-unfold1.html" %} {% 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 %} @@ -112,34 +99,164 @@ - - + + {%if 'N/A' not in user_private_key%} + + {%endif%}
-
Personal Details
+
Platform: Myslice
Email {{ person.email }} - +
Password - + ******** - + @@ -70,7 +57,7 @@
Confirm password: - +
@@ -82,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 %}