git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/tags/3.7.0.2_original@1 eb19766c-00d9-a042-a3a0-45cb8ec72764
42 lines
941 B
HTML
42 lines
941 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title>Manage Permissions</title>
|
|
</head>
|
|
<body>
|
|
<h2>Manage Permissions</h2>
|
|
<p>
|
|
KnowledgeTree provides several default (core) permissions:
|
|
<ul>
|
|
<li>Read</li>
|
|
<li>Write</li>
|
|
<li>Add Folder</li>
|
|
<li>Manage Security</li>
|
|
<li>Delete</li>
|
|
<li>Manage Workflow</li>
|
|
<li>Folder Details</li>
|
|
<li>Rename Folder</li>
|
|
</ul>
|
|
</p>
|
|
<br />
|
|
<p>
|
|
You may create additional (custom) Permissions, which are useful where you want to control access for Plug-ins, or to create Permissions as Guard permissions on Workflows.
|
|
</p>
|
|
<br />
|
|
<p>
|
|
<b>Note:</b> Only custom permissions may be deleted.
|
|
</p>
|
|
<br />
|
|
<h3>Tasks in Manage Permissions</h3>
|
|
<p>
|
|
In this section you can perform the following tasks:
|
|
<ul>
|
|
<li>View existing permissions</li>
|
|
<li>Remove custom permissions</li>
|
|
<li>Add new custom permissions</li>
|
|
</ul>
|
|
</p>
|
|
</body>
|
|
</html>
|