{% extends "base.html" %} {% from "components/ui.html" import page_header %} {% block title %}{{ _('LDAP Setup Wizard') }} - {{ app_name }}{% endblock %} {% block content %} {% set breadcrumbs = [ {'text': _('Admin'), 'url': url_for('admin.admin_dashboard')}, {'text': _('Settings'), 'url': url_for('admin.settings')}, {'text': _('LDAP Setup Wizard')} ] %} {{ page_header( icon_class='fas fa-magic', title_text=_('LDAP Setup Wizard'), subtitle_text=_('Guided configuration for LDAP authentication (environment variables)'), breadcrumbs=breadcrumbs ) }}
1
2
3
4
5

{{ _('Step 1: Server and TLS') }}

{{ _('Cancel') }}
{% endblock %}