X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fmanageuserview.html;fp=portal%2Ftemplates%2Fmanageuserview.html;h=74a2a0fd283d9211035ce6ff03ae5887be5166c1;hb=8e9f1db465d5579630eb84f51e3f3dd6b2458956;hp=0000000000000000000000000000000000000000;hpb=7bcaf3d49960a26137a298385816a6d57d8feac4;p=myslice.git diff --git a/portal/templates/manageuserview.html b/portal/templates/manageuserview.html new file mode 100644 index 00000000..74a2a0fd --- /dev/null +++ b/portal/templates/manageuserview.html @@ -0,0 +1,329 @@ +{% extends "layout-unfold1.html" %} +{% block unfold_main %} + +

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

+ + + + +

+ +Add Accounts

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