{% 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 }} |
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 }} |
User | Date | Note |
---|---|---|
{{ note.author.username }} | {{ note.date }} | {{ note }} |
No notes found.
{% endif %}