{% extends "layout-unfold1.html" %} {% block head %} {% endblock %} {% block unfold_main %}

User Details

{% 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.

Account Information

Principal Accounts

{% for row in data %} {%endfor%}
Platform Account Type Account_delegation Credential Expiration user_hrn
{{ row.platform_name }} {{ row.account_type }} {{ row.delegation_type }} {{ row.credential_expiration }} {{ row.usr_hrn }}

Secondary Accounts

{% for row in ref_acc %} {%endfor%}
Platform Account Type Reference to
{{ row.platform_name }} {{ row.account_type }} {{ row.account_reference }}

Other Platforms

{% for platform in platform_list %} {%endfor%}
Platforms Request Access
{{ platform.platform_no_access }}

Slice Information

{% for row in my_slices %} {%endfor%}
Slice name Credential Expiration
{{ row.slice_name }} {{ row.cred_exp }}
{% endblock %}