{% extends "identity/base.html" %} {% block title %}Create Identity{% endblock %} {% block content %}

Create New Identity

You can have multiple identities - they are totally separate, and share nothing apart from your login details. Use them for alternates, projects, and more.

{% csrf_token %}
Identity Details {% include "forms/_field.html" with field=form.username %} {% include "forms/_field.html" with field=form.domain %} {% include "forms/_field.html" with field=form.name %}
{% endblock %}