{% load static %} {% load i18n %} {{ JMS_TITLE }} {% include '_head_css_js.html' %}

{% trans 'Welcome to the Jumpserver open source fortress' %}

{% trans "The world's first fully open source fortress, using the GNU GPL v2.0 open source protocol, is a professional operation and maintenance audit system in compliance with 4A." %}

{% trans "Developed using Python/Django, following the Web 2.0 specification and equipped with industry-leading Web Terminal solutions, with beautiful interactive interface and good user experience." %}

{% trans 'Distributed architecture is adopted to support multi-machine room deployment across regions, central node provides API, and each machine room deploys login node, which can be extended horizontally and without concurrent access restrictions.' %}

{% trans "Changes the world, starting with a little bit." %}

{% trans 'MFA certification' %}

{% trans 'The account protection has been opened, please complete the following operations according to the prompts' %}

 {% trans 'Open Authenticator and enter the 6-bit dynamic code' %}

{% csrf_token %} {% if 'otp_code' in form.errors %}

{{ form.otp_code.errors.as_text }}

{% endif %}
{% trans "Can't provide security? Please contact the administrator!" %}


{% include '_copyright.html' %}