{% extends "ui/_layout.html" %} {% block title %}Account - bty-web{% endblock %} {% block subnav %} {% with sections=None %} {% include "ui/_subnav.html" %} {% endwith %} {% endblock %} {% block intro %} {% from "ui/_intro_box.html" import render as intro_box %} {% call intro_box() %} Operator-account info for the logged-in user. PXE / Netboot configuration (router cheatsheet + TFTP daemon control) lives on the Netboot page. {% endcall %} {% endblock %} {% block content %}
Running bty v{{ version }} as service user
{{ service_user }}. Source +
release notes at github.com/safl/bty.
bty-web is gated by the OS password of the
{{ service_user }} account. To rotate the credential,
run sudo passwd {{ service_user }} on the server.
Sessions are server-signed cookies (Starlette's
SessionMiddleware) with a sliding 7-day TTL. To
invalidate every existing session in one shot, rotate the
session secret:
sudo rm /var/lib/bty/session-secret && sudo systemctl
restart bty-web. The restart regenerates the secret on
startup; no reboot needed.