{% extends "manage/base.html" %} {% block title %}Credentials — Porchlight{% endblock %} {% block manage_content %}

Credentials

{% if setup %}

Welcome, {{ username }}! Set up your credentials to secure your account.

{% endif %}

Security keys

{% if webauthn_credentials %} {% else %}

No security keys registered.

{% endif %}

Password

{% if has_password %}

Password is set.

{% else %}

No password set.

{% endif %}
{% endblock manage_content %} {% block scripts %} {% endblock %}