{% extends "layout.html" %} {% block content %} {% if messages %} {% endif %}

User Account

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

{%endif%}
{% endblock %}