X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=7d161ea370a8651d6496df0dd3faa70e89b6abd3;hb=dc78b106e59789f7aac853eb0db3159da876e87d;hp=0e9eb6a5ca6694c452b8b3daaff954cada359e13;hpb=5401c1b857fae502f5b49ce869ea943d8607e2bf;p=unfold.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 0e9eb6a5..7d161ea3 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 User info. in Myslice platform

{% if messages %} {% endif %} - - -
-
-
- {% csrf_token %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {%if 'N/A' not in user_private_key%} - - - {%endif%} - - - - -
-
Platform: Myslice
-
Email - {{ person.email }} - -
Password - - ******** - - - - - - - - - - - - -
Enter password:
Confirm password: - - -
-
-
Full Name - {{ fullname }} - - -
- - - -
- -
Authority - {{ authority }} - -
Generate Keys - -
Public 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 %} @@ -141,90 +177,88 @@ + {%endfor%}
Platform Account Type Account Delegation User hrnUser Status
{{ row.account_type }} {{ row.delegation_type }} {{ row.usr_hrn }} {{ row.user_status }}
-
-
- - - - -

- -Credentials

- - - + +
+ -

- -TestBed Accounts

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

Testbed Access Reference Accounts in the following testbeds

@@ -238,28 +272,16 @@ {%endfor%} -
Platform {{ row.account_type }} {{ row.account_reference }} - +
-
-
-
- - -

- -Add Accounts

- - +
- + {% endblock %}