mirror of https://github.com/jumpserver/jumpserver
用户列表
parent
767d94875c
commit
1c204675e5
|
@ -1,2 +1,2 @@
|
|||
资产管理模块
|
||||
++++++++++++++++++++++++
|
||||
=============
|
|
@ -1,5 +1,7 @@
|
|||
管理文档
|
||||
++++++++++++++++++++++++++
|
||||
=========
|
||||
|
||||
这里介绍管理员功能。
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
|
|
@ -1,2 +1,51 @@
|
|||
用户模块
|
||||
-------------------
|
||||
用户管理
|
||||
========
|
||||
|
||||
这里介绍用户管理模块的功能。
|
||||
|
||||
点击页面左侧“用户列表”菜单下的“用户列表,进入用户列表页面。
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
.. _create_user:
|
||||
|
||||
创建用户
|
||||
````````
|
||||
|
||||
点击页面左上角“创建用户”按钮,进入创建用户页面,填写账户,角色安全,个人等信息,点击“提交”按钮,用户创建完成。
|
||||
|
||||
|
||||
.. _update_user:
|
||||
|
||||
更新用户
|
||||
````````
|
||||
|
||||
点击页面右边的“更新”按钮,进入编辑用户页面,编辑用户信息,点击“提交”按钮,更新用户完成。
|
||||
|
||||
.. _delete_user:
|
||||
|
||||
删除用户
|
||||
````````
|
||||
|
||||
点击页面右边的“删除”按钮,弹出是否删除确认框,点击“确定”按钮,删除用户完成。
|
||||
|
||||
.. _export_user:
|
||||
|
||||
导出用户
|
||||
````````
|
||||
|
||||
选中用户,点击右上角的“导出”按钮,导出用户完成。
|
||||
|
||||
.. _inport_user:
|
||||
|
||||
导入用户
|
||||
````````
|
||||
|
||||
点击右上角的“导入”按钮,弹出导入对话框,选择要导入的CSV格式文件,点击“确认”按钮,导入用户完成。
|
||||
|
||||
.. _batch_operation:
|
||||
|
||||
批量操作
|
||||
````````
|
||||
|
||||
选中用户,选择页面左下角的批量操作选项,点击”提交“按钮,批量操作完成。
|
|
@ -36,7 +36,7 @@
|
|||
href="genindex.html"/>
|
||||
<link rel="search" title="搜索" href="search.html"/>
|
||||
<link rel="top" title="jumpserver 0.5.0 文档" href="index.html"/>
|
||||
<link rel="next" title="用户模块" href="admin_user.html"/>
|
||||
<link rel="next" title="用户管理" href="admin_user.html"/>
|
||||
<link rel="prev" title="升级" href="upgrade.html"/>
|
||||
|
||||
|
||||
|
@ -91,7 +91,7 @@
|
|||
<li class="toctree-l1"><a class="reference internal" href="intro.html">简介</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="installation.html">安装文档</a></li>
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">管理文档</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="admin_user.html">用户模块</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="admin_user.html">用户管理</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="admin_asset.html">资产管理模块</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -165,9 +165,10 @@
|
|||
|
||||
<div class="section" id="id1">
|
||||
<h1>管理文档<a class="headerlink" href="#id1" title="永久链接至标题">¶</a></h1>
|
||||
<p>这里介绍管理员功能。</p>
|
||||
<div class="toctree-wrapper compound">
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="admin_user.html">用户模块</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="admin_user.html">用户管理</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="admin_asset.html">资产管理模块</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -183,7 +184,7 @@
|
|||
|
||||
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
|
||||
|
||||
<a href="admin_user.html" class="btn btn-neutral float-right" title="用户模块" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
|
||||
<a href="admin_user.html" class="btn btn-neutral float-right" title="用户管理" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
|
||||
|
||||
|
||||
<a href="upgrade.html" class="btn btn-neutral" title="升级" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>用户模块 — jumpserver 0.5.0 文档</title>
|
||||
<title>用户管理 — jumpserver 0.5.0 文档</title>
|
||||
|
||||
|
||||
|
||||
|
@ -92,7 +92,15 @@
|
|||
<li class="toctree-l1"><a class="reference internal" href="intro.html">简介</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="installation.html">安装文档</a></li>
|
||||
<li class="toctree-l1 current"><a class="reference internal" href="admin_guide.html">管理文档</a><ul class="current">
|
||||
<li class="toctree-l2 current"><a class="current reference internal" href="#">用户模块</a></li>
|
||||
<li class="toctree-l2 current"><a class="current reference internal" href="#">用户管理</a><ul>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#create-user">创建用户</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#update-user">更新用户</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#delete-user">删除用户</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#export-user">导出用户</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#inport-user">导入用户</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#batch-operation">批量操作</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="admin_asset.html">资产管理模块</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -147,7 +155,7 @@
|
|||
|
||||
<li><a href="admin_guide.html">管理文档</a> »</li>
|
||||
|
||||
<li>用户模块</li>
|
||||
<li>用户管理</li>
|
||||
|
||||
|
||||
<li class="wy-breadcrumbs-aside">
|
||||
|
@ -167,7 +175,47 @@
|
|||
<div itemprop="articleBody">
|
||||
|
||||
<div class="section" id="id1">
|
||||
<h1>用户模块<a class="headerlink" href="#id1" title="永久链接至标题">¶</a></h1>
|
||||
<h1><a class="toc-backref" href="#id8">用户管理</a><a class="headerlink" href="#id1" title="永久链接至标题">¶</a></h1>
|
||||
<p>这里介绍用户管理模块的功能。</p>
|
||||
<p>点击页面左侧“用户列表”菜单下的“用户列表,进入用户列表页面。</p>
|
||||
<div class="contents topic" id="topics">
|
||||
<p class="topic-title first">Topics</p>
|
||||
<ul class="simple">
|
||||
<li><a class="reference internal" href="#id1" id="id8">用户管理</a><ul>
|
||||
<li><a class="reference internal" href="#create-user" id="id9">创建用户</a></li>
|
||||
<li><a class="reference internal" href="#update-user" id="id10">更新用户</a></li>
|
||||
<li><a class="reference internal" href="#delete-user" id="id11">删除用户</a></li>
|
||||
<li><a class="reference internal" href="#export-user" id="id12">导出用户</a></li>
|
||||
<li><a class="reference internal" href="#inport-user" id="id13">导入用户</a></li>
|
||||
<li><a class="reference internal" href="#batch-operation" id="id14">批量操作</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="create-user">
|
||||
<span id="id2"></span><h2><a class="toc-backref" href="#id9">创建用户</a><a class="headerlink" href="#create-user" title="永久链接至标题">¶</a></h2>
|
||||
<p>点击页面左上角“创建用户”按钮,进入创建用户页面,填写账户,角色安全,个人等信息,点击“提交”按钮,用户创建完成。</p>
|
||||
</div>
|
||||
<div class="section" id="update-user">
|
||||
<span id="id3"></span><h2><a class="toc-backref" href="#id10">更新用户</a><a class="headerlink" href="#update-user" title="永久链接至标题">¶</a></h2>
|
||||
<p>点击页面右边的“更新”按钮,进入编辑用户页面,编辑用户信息,点击“提交”按钮,更新用户完成。</p>
|
||||
</div>
|
||||
<div class="section" id="delete-user">
|
||||
<span id="id4"></span><h2><a class="toc-backref" href="#id11">删除用户</a><a class="headerlink" href="#delete-user" title="永久链接至标题">¶</a></h2>
|
||||
<p>点击页面右边的“删除”按钮,弹出是否删除确认框,点击“确定”按钮,删除用户完成。</p>
|
||||
</div>
|
||||
<div class="section" id="export-user">
|
||||
<span id="id5"></span><h2><a class="toc-backref" href="#id12">导出用户</a><a class="headerlink" href="#export-user" title="永久链接至标题">¶</a></h2>
|
||||
<p>选中用户,点击右上角的“导出”按钮,导出用户完成。</p>
|
||||
</div>
|
||||
<div class="section" id="inport-user">
|
||||
<span id="id6"></span><h2><a class="toc-backref" href="#id13">导入用户</a><a class="headerlink" href="#inport-user" title="永久链接至标题">¶</a></h2>
|
||||
<p>点击右上角的“导入”按钮,弹出导入对话框,选择要导入的CSV格式文件,点击“确认”按钮,导入用户完成。</p>
|
||||
</div>
|
||||
<div class="section" id="batch-operation">
|
||||
<span id="id7"></span><h2><a class="toc-backref" href="#id14">批量操作</a><a class="headerlink" href="#batch-operation" title="永久链接至标题">¶</a></h2>
|
||||
<p>选中用户,选择页面左下角的批量操作选项,点击”提交“按钮,批量操作完成。</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -180,7 +180,7 @@
|
|||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="admin_guide.html">管理文档</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="admin_user.html">用户模块</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="admin_user.html">用户管理</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="admin_asset.html">资产管理模块</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -1,2 +1,2 @@
|
|||
资产管理模块
|
||||
++++++++++++++++++++++++
|
||||
=============
|
|
@ -1,5 +1,7 @@
|
|||
管理文档
|
||||
++++++++++++++++++++++++++
|
||||
=========
|
||||
|
||||
这里介绍管理员功能。
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
|
|
@ -1,2 +1,51 @@
|
|||
用户模块
|
||||
-------------------
|
||||
用户管理
|
||||
========
|
||||
|
||||
这里介绍用户管理模块的功能。
|
||||
|
||||
点击页面左侧“用户列表”菜单下的“用户列表,进入用户列表页面。
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
.. _create_user:
|
||||
|
||||
创建用户
|
||||
````````
|
||||
|
||||
点击页面左上角“创建用户”按钮,进入创建用户页面,填写账户,角色安全,个人等信息,点击“提交”按钮,用户创建完成。
|
||||
|
||||
|
||||
.. _update_user:
|
||||
|
||||
更新用户
|
||||
````````
|
||||
|
||||
点击页面右边的“更新”按钮,进入编辑用户页面,编辑用户信息,点击“提交”按钮,更新用户完成。
|
||||
|
||||
.. _delete_user:
|
||||
|
||||
删除用户
|
||||
````````
|
||||
|
||||
点击页面右边的“删除”按钮,弹出是否删除确认框,点击“确定”按钮,删除用户完成。
|
||||
|
||||
.. _export_user:
|
||||
|
||||
导出用户
|
||||
````````
|
||||
|
||||
选中用户,点击右上角的“导出”按钮,导出用户完成。
|
||||
|
||||
.. _inport_user:
|
||||
|
||||
导入用户
|
||||
````````
|
||||
|
||||
点击右上角的“导入”按钮,弹出导入对话框,选择要导入的CSV格式文件,点击“确认”按钮,导入用户完成。
|
||||
|
||||
.. _batch_operation:
|
||||
|
||||
批量操作
|
||||
````````
|
||||
|
||||
选中用户,选择页面左下角的批量操作选项,点击”提交“按钮,批量操作完成。
|
Loading…
Reference in New Issue