{% extends "layout.html" %} {% block container %} {% if auth_type_2 == 'smk' %}
Change SMK
{% endif %}
{% if auth_type_2 == 'dmk' %}
Configured users
    {% for i in configured_users %}
  • {{ i }}
  • {% endfor %}
{% endif %} {% if auth_type_2 == 'dmk' %}
Add SFTP user

Hint: You can choose to use only one authentication method.

{% endif %}
{% if auth_type_2 == 'dmk' %}
Delete SFTP user
{% endif %} {% endblock %}