Manage Login Credentials

These credentials will be used for KCAP authentication at /{{ tenant_id }}/login

{% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% endwith %}

Current Credentials

Username: {{ tenant.username }}

Password: {{ tenant.password }}

Note: In production, passwords should be encrypted and not displayed.

Update Credentials

Cancel

Testing Instructions

To test the login endpoint with these credentials:

curl -u {{ tenant.username }}:{{ tenant.password }} http://{{ request.host }}/{{ tenant_id }}/login