{% 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 %} Work email {{ form.username }} {% if form.username.errors %}{{ form.username.errors|join:', ' }}{% endif %} Password Forgot password? {{ form.password }} {% if form.password.errors %}{{ form.password.errors|join:', ' }}{% endif %} {% if next %}{% endif %} Log in New to TrustForge? Create your account {% endblock %}
{{ auth_page_description }}
Use your work email and password to open the product workspace.
New to TrustForge? Create your account