{% extends "base.html" %} {% block title %} Create User {% endblock %} {% block content %}
Resoto

Create Account

{% if error %}
{{ error }}
{% endif %}
Company Name this instance is registered. Visible in the UI for all users.
Name associated with this user. Will be shown in the UI.
This will be your login name.
Your password to access your Resoto installation.
By submitting this form you accept Terms and Conditions.
{% endblock %}