X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=2b8a9ca5d7b851fd05c6e4d5f71ba4a40c961c58;hb=4956db5b73c760e061c517f93f2329cd2f7b5bbc;hp=74a2a0fd283d9211035ce6ff03ae5887be5166c1;hpb=bbc146e5dcbd1a5285b7465cd3e7f2c23a6dc9c8;p=unfold.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 74a2a0fd..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

+
@@ -170,102 +182,89 @@ {%endfor%}
Platform Account Type
-
-
- - - -{%if 'Enabled' in user_status %} -

- -Credentials

- - - - -

- -TestBed Accounts

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

Testbed Access Reference Accounts in the following testbeds

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

- -Add Accounts

- - +
-{%endif%} - + {% endblock %}