{% 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%}
Platform Account Type Account Delegation User hrn
{{ row.platform_name }} {{ row.account_type }} {{ row.delegation_type }} {{ row.usr_hrn }}

Credentials

TestBed Accounts

Add Accounts

{% endblock %}