{% extends "fe/base.html" %} {% load static from staticfiles %} {% block header %} {% endblock %} {% block body %}
{% block bodyhd %} {{ block.super }} {% endblock %}
{% if profile.user_option_access %}

Change Password

This form is used to change the password you use to log into YABI itself. It does not have any effect on your backend credentials.
The new password must be at least six characters in length.
{% endif %} {% if profile.credential_access %}

Edit Credential

Note that setting any of the password, certificate or key fields will require you to provide values for all three fields, where appropriate. Failing to do so may result in the credential becoming unusable.
The user name used to log into the backend(s) the credential is used for.
The password used to log into the backend(s) the credential is used for.
The certificate used to log into the backend(s) the credential is used for.
The key used to log into the backend(s) the credential is used for.
{% endif %}
{% endblock %}