{% 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 form.non_field_errors %}

{{ form.non_field_errors.as_text }}

{% elif form.errors.captcha %}

{% trans 'Captcha invalid' %}

{% endif %}
{% if form.errors.username %}

{{ form.errors.username.as_text }}

{% endif %}
{% if form.errors.password %}

{{ form.errors.password.as_text }}

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

Demo账号: admin 密码: admin

{% endif %} {% if AUTH_OPENID %}

{% trans "More login options" %}

{% endif %}

{% include '_copyright.html' %}