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

User Profile

+ +{% if messages %} + +{% endif %} + + +
+
+
+ {% csrf_token %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {%if 'N/A' not in user_private_key%} + + + {%else%} + + + {%endif%} + + + + +
+
Platform: Myslice
+
Email + {{ person.email }} + +
Password + + ******** + + + + + + + + + + + + +
Enter password:
Confirm password: + + +
+
+
Full Name + {{ fullname }} + + +
+ + + +
+ +
Authority + {{ authority }} + +
Generate Keys + +
Public Key + ******** + + +
+
+ + +
+
+ + +
Private 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. +

+
+
+
+ + +

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 }}
+
+
-{% block unfold1_main %} - - -

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 %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
Personal Details
-
Email - {{ person.email }} - -
Password - - ******** - - - - - - - - - - - - -
Enter password: - -
Confirm password: - - -
-
-
Full Name - {{ fullname }} - - - -
- - - -
- -
Authority - {{ authority }} - -
Generate Keys - - - -
Public 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.

-
- + + + +

+ +Credentials

+ +
+ +

+ +TestBed Accounts

+ + + + +

+ +Add Accounts

+ + + + + {% endblock %}