{% extends 'base.html' %} {% load mytags %} {% block content %} {% include 'nav_cat_bar.html' %}
编辑用户信息
{% if error %}
{{ error }}
{% endif %} {% if msg %}
{{ msg }}
{% endif %}
登陆web的密码
登陆 Jumpserver 使用的SSH密钥的密码,更改密钥密码需要重新下载密钥
{% ifequal session_role_id 2 %}
{% endifequal %}
{% endblock %}