{% extends 'base.html' %} {% block content %} {% include 'nav_cat_bar.html' %}
填写基本信息 Add user info.
{% if error %}
{{ error }}
{% endif %} {% if msg %}
{{ msg }}
{% endif %}
登陆web的密码
登陆 Jumpserver 使用的SSH密钥的密码
如果使用password方式,该密码是用户在后端服务器的密码
{% endblock %}