{% extends "base.html" %} {% block title %}Sign in - Invincible{% endblock %} {% block content %}

Sign in

{% if error %}

{{ error }}

{% endif %}
{% if next_target %}{% endif %}

No account? Register

Forgot your password? The server host can reset it:
invincible users reset-password <email>

{% if github_enabled %}
{% endif %}
{% endblock content %}