{% extends "base.html" %} {% block title %}{% if recovery %}Recover account{% else %}Create account{% endif %} ยท tit{% endblock %} {% block content %}
Use your recovery code to replace all SSH keys. You will get a new recovery code.
{% else %}You must have a valid signup code and an SSH public key.
{% endif %} {% if has_error %}{{ error }}
{% endif %} {% endblock %}