{% extends "base.html" %} {% block body %}

Login with Token

This page is intended for operators and contingencies, not for general use. It allows editors (users) to use an existing token (macaroon) for authentication; a new web interface session and cookie are constructed using the token.


{% if current_user.is_authenticated %}

You are already logged in!

You should logout first. Re-authenticating would be undefined behavior.

{% else %}
{% endif %} {% endblock %}