{% extends "base.html" %} {% block title %}Register New Account{% endblock %} {% block navbar %}{% endblock %} {% block sidebar %}{% endblock %} {% block content %}
Create Account
{% if flash.info is defined %} {{ flash.info.0|raw }} {% endif %}

Welcome! Please fill out the form below to create an account and begin accessing servers.

Please enter the token that you recieved in the email.


Must be between 4 and 35 characters long. (a-zA-Z0-9_-)

Must be at least 8 characters long and contain one special character and mixed case.

{{ xsrf|raw }}
{% endblock %}