Configuration
Config
{% if force_password_change %}
首次登录后需要先修改密码。完成后再继续长期使用当前配置页面。
{% endif %}
{% if password_change_error %}
{{ password_change_error }}
{% endif %}
{% if config_error %}
{{ config_error }}
{% endif %}
{% if config_saved %}
config saved to .env. Some changes may require an app restart.
{% endif %}
{% endblock %}