X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fmanageuserview.html;h=3b47997b1bdf90ca00872eaf86781a5bc239b067;hb=43916b8eec4f30efe0db3c468a21ad136088a98c;hp=a877dbf58ca7c1876f1cc5a338a06e5e130d973b;hpb=3d16aa36af64e8e0e5ce3a48c34df158fbfaae29;p=unfold.git diff --git a/portal/templates/manageuserview.html b/portal/templates/manageuserview.html index a877dbf5..3b47997b 100644 --- a/portal/templates/manageuserview.html +++ b/portal/templates/manageuserview.html @@ -1,7 +1,12 @@ -{% extends "layout-unfold1.html" %} -{% block unfold_main %} +{% extends "layout.html" %} +{% block content %} + +
+
+

Manage Users Manage Users

+
+
-

User Profile

{% if messages %} {% endif %} +
+ +
+
+
+
+ {% csrf_token %} + + + + + + + + + + + + + + + + + + + + + + + + + {% if not pi %} + + + + + {% else %} + + + + + {% endif %} - -
-
- {% csrf_token %} -
+
Platform: Myslice
+
Email {{ user_email }}
Full Name + {{ fullname }} + + +
+ + + +
+ +
Authority + {{ authority }} + + +
+ + +
+ +
Generate Keys + +
Public Key + ******** + + +
+
+ + +
+
+ + +
Upgrade to PI + +
Downgrade to user + +
- - - - - - - - - - - - - - - - - - - - - - - -
-
Platform: Myslice
-
Email {{ user_email }}
Full Name - {{ fullname }} - - -
- - - -
- -
Authority - {{ authority }} - - -
- - -
- -
Generate Keys - -
Public Key - ******** - - -
-
- - -
-
- - -
+ +
+
-
- -

Account Information

-

Principal Account Account used for delegating credentials

-
-
- - - - - - - - - - {% for row in principal_acc %} - - - - - - - - - {%endfor%} -
PlatformAccount TypeAccount DelegationUser hrnUser Status
{{ row.platform_name }} {{ row.account_type }} {{ row.delegation_type }} {{ row.usr_hrn }} {{ row.user_status }}
+ + {%if 'Enabled' in user_status %} -

- -Credentials

- - -

- -TestBed Accounts

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