{% extends "base.html" %} {% block title %}Account ยท iVistaar{% endblock %} {% block content %}

Account

Change the admin password used to sign in to this control plane.

{% if using_default %} {% endif %}

Admin user

Username
{{ username }}
Password source
{% if password_source == 'ui' %} Changed in this portal (stored hashed in local database) {% else %} Install default / IVISTAAR_ADMIN_PASSWORD environment variable {% endif %}

Change password

Enter the current password, then a new password (at least {{ min_password_len }} characters) and confirm it.

Back

If you forget the password

Stop the admin process, clear the stored hash in data\ivistaar.db (admin_settings.password_hash), then sign in again with IVISTAAR_ADMIN_PASSWORD (or the install default) and set a new password here.

{% endblock %}