{% extends "base.html" %} {% block title %}Sign In - Hop3{% endblock %} {% block content %}
H

Sign in to your account

{% if error %}

{{ error }}

{% endif %} {# Plain HTTP outside debug mode: the Secure session cookie would be discarded by the browser and the login would loop with no error. Say so before a password is typed, and disable the form. #} {% if insecure_transport %}

This connection is not secure

Signing in over plain HTTP cannot work: the session cookie is marked Secure, so your browser discards it and the login silently loops.

Reach this server over HTTPS — give it an admin domain with a certificate — or set HOP3_DEBUG=true for local development.

{% endif %}
{% endblock %}