{% extends "base.html" %} {% block title %}Login — Ageri{% endblock %} {% block body %}
A
{% if setup_done %}

Welcome back

{% elif partial_setup %}

Set a new password

Your password was reset. Choose a new one to continue.

{% else %}

Welcome to Ageri

Your personal AI is almost ready.

{% endif %}
{% if error %}
{{ error }}
{% endif %} {% if setup_done %}
{% if device_label %}
{{ device_label }}
Each device in your namespace runs its own Ageri instance with its own password — like a separate user account on a separate PC. The password you enter here works only for {{ device_label }}.
{% endif %}
{% elif partial_setup %}

Your namespace and API key are already configured. You just need a new password.

Set Password →
{% else %}

Finish setting up your Ageri instance to get started.

Get Started →
{% endif %}
{% endblock %}