{# Added in v3.4.6 } {% if getConfig('crowi', 'security:isEnabledPassport') !== true %}
{{ t("breaking_changes.v346_passport_is_not_enabled", '' + t('Security settings') + '') }}
{% endif %} {% if getConfig('crowi', 'security:basicName') || getConfig('crowi', 'security:basicSecret') %}
{{ t("breaking_changes.v346_using_basic_auth", '' + t('Security settings') + '') }}
{% endif %}