{% extends "base.html" %} {% load display_tags %} {% load get_config_setting %} {% load static %} {% block add_styles %} {{ block.super }} ul#select_by_severity a:hover, ul#bulk_edit a:hover { cursor: pointer; } {% endblock %} {% block content %} {{ block.super }}
Name Alternate URL Username Password Role Environment Valid Login
{{ cred.cred_id.name }} {% if cred_product.url %} Alternate URL {% else %} None Configured {% endif %} {{ cred.cred_id.username }} {{ cred.cred_id.password|get_pwd }} {{ cred.cred_id.role }} {{ cred.cred_id.environment }} {{ cred.cred_id.is_valid }}

Login Details

Authentication Provider Authentication Type HTTP Authentication Login RegEx Logout RegEx
{{ cred_product.is_authn_provider }} {{ cred.cred_id.authentication }} {{ cred.cred_id.http_authentication }} {{ cred.cred_id.login_regex }} {{ cred.cred_id.logout_regex }}

Description

{{ cred.cred_id.description }}

Notes

{% if notes %} {% for note in notes %} {% endfor %}
User Date Note
{{ note.author.username }} {{ note.date }} {{ note }}
{% else %}

No notes found.

{% endif %}
{% csrf_token %} {% include "dojo/form_fields.html" with form=form %}


{% endblock %} {% block postscript %} {{ block.super }} {% endblock %}