X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=2b8a9ca5d7b851fd05c6e4d5f71ba4a40c961c58;hb=4956db5b73c760e061c517f93f2329cd2f7b5bbc;hp=3c3d5438aa4168e2fbb6ef23589bf4c2ea510e91;hpb=1ca2768a7aad52401201b6746e42d51194c00f15;p=unfold.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 3c3d5438..2b8a9ca5 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -1,7 +1,6 @@ -{% extends "layout-unfold1.html" %} -{% block unfold_main %} +{% extends "layout_wide.html" %} +{% block content %} -

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. -

-
+ +
+
+ +
+ + {% csrf_token %} + + + + + + + + + + + + + + + + + + + + + {%if 'Enabled' in user_status %} + + + + + + + + + + {%if 'N/A' not in user_private_key%} + + + {%else%} + + + {%endif%} + + + + + {%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

-
-
- +
+
+ +

Principal Account Account used for delegating credentials

+
+ {% for row in principal_acc %} @@ -164,106 +177,94 @@ + {%endfor%}
Platform Account Type Account Delegation User hrnUser Status
{{ row.account_type }} {{ row.delegation_type }} {{ row.usr_hrn }} {{ row.user_status }}
-
-
- - - - -

- -Credentials

- - + -
Delegated Credentials to Principal Account
-
-
- - - - - - - {% 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 }} - -
-

- {%if '' not in my_users%} -

- {%else%} -

- {%endif%} -
-
-
- - -

- -TestBed Accounts

- - -
Reference Accounts in the following testbeds
-
-
+
+
+ +

Testbed Access Reference Accounts in the following testbeds

@@ -283,24 +284,10 @@ {%endfor%} -
Platform
-
-
-
- - -

- -Add Accounts

- - +
- + {% endblock %}