{% extends "base.html" %} {% block title %}Login | TrustForge{% endblock %} {% block meta_description %}Sign in to TrustForge to manage jobs, review requests, and proof cards securely.{% endblock %} {% block content %}
Secure access

{{ auth_page_title }}

{{ auth_page_description }}

Access dashboard, jobs, and proof cards securely
Preserve the premium TrustForge workflow without exposing customer data publicly
Next step adds business onboarding and role-based team access
Login

Continue into TrustForge

Use your work email and password to open the product workspace.

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors|join:', ' }}
{% endif %}
{{ form.username }} {% if form.username.errors %}
{{ form.username.errors|join:', ' }}
{% endif %}
Forgot password?
{{ form.password }} {% if form.password.errors %}
{{ form.password.errors|join:', ' }}
{% endif %}
{% if next %}{% endif %}

New to TrustForge? Create your account

{% endblock %}