{% extends "tenant/layouts/base.html" %} {% block title %}Reset Passcode — {{ staff.name }}{% endblock %} {% block content %}
Reset Passcode — {{ staff.name }}

Enter a new 4–6 digit PIN for this staff member. Show it to them once, then discard it.

{% if error %}
{{ error }}
{% endif %}
Cancel
{% endblock %}