{% extends "base.html" %} {% block title %}Log in · MarkAI{% endblock %} {% block content %}

Welcome back

Log in to open your documents.

{% if default_login %} {% endif %}

No account yet? Create one

Forgot your password?

There is no email to send a reset link to — MarkAI runs entirely on this machine, so recovery happens from a terminal here. Run:

markai reset-password

It lists the accounts in your database and sets a new password for the one you pick. From a source checkout use python -m markai.cli reset-password --data-dir ./data.

{% endblock %}