manage permissions.html
941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!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>