{% load static %} {% load i18n %} Jumpserver {% 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 'Login' %}
{% csrf_token %} {% if block_login %}

{% trans 'Log in frequently and try again later' %}

{% elif password_expired %}

{% trans 'The user password has expired' %}

{% elif form.errors %} {% if 'captcha' in form.errors %}

{% trans 'Captcha invalid' %}

{% else %}

{{ form.non_field_errors.as_text }}

{% endif %} {% endif %}
{{ form.captcha }}
{% if demo_mode %}

Demo账号: admin 密码: admin

{% endif %}
{% if AUTH_OPENID %}

{% trans "More login options" %}

{% endif %}

{% include '_copyright.html' %}