⚠
{{ plugin_failures | length }} plugin{{ 's' if plugin_failures | length != 1 }} failed to load.
View details →
{% endif %}
{% if undecryptable_secrets and session.user_role == 'admin' %}
{% set _sec_tab = {
'smtp.password': '/settings/notifications/',
'oidc.client_secret': '/settings/auth/',
'ldap.bind_password': '/settings/auth/',
'ansible.ssh_private_key': '/settings/ansible/',
'ansible.become_password': '/settings/ansible/',
'ansible.vault_password': '/settings/ansible/',
} %}
⚠
{{ undecryptable_secrets | length }} stored secret{{ 's' if undecryptable_secrets | length != 1 }}
can’t be decrypted
— the app secret key changed, so {{ 'they' if undecryptable_secrets | length != 1 else 'it' }}
must be re-entered:
{% for k in undecryptable_secrets -%}
{%- if _sec_tab.get(k) %}{{ k }}
{%- else %}
{% endif %}
{% if error %}
{{ k }}{% endif %}{% if not loop.last %}, {% endif %}
{%- endfor %}.
{{ error }}
{% endif %}
{% block breadcrumb %}{% endblock %}
{% block content %}{% endblock %}