{% 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.name }} {% if cred.url %} Alternate URL {% endif %} {{ cred.username }} {{ cred.password|get_pwd }} {{ cred.role }} {{ cred.environment }} {{ cred.is_valid }}

Login Details

Authentication Type HTTP Authentication Login RegEx Logout RegEx
{{ cred.authentication }} {{ cred.http_authentication }} {{ cred.login_regex }} {{ cred.logout_regex }}

Associated Products

{% if cred_products %} {% for cred in cred_products %} {% endfor %}
Product Name Alernate URL Authentication Provider
{{ cred.product }} {% if cred.url %} Alternate URL {% else %} None Configured {% endif %} {{ cred.is_authn_provider }}
{% else %}

No products associated with this credential.

{% endif %}

Notes

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

No notes found.

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


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