summaryrefslogtreecommitdiff
path: root/doc/roles.markdown
diff options
context:
space:
mode:
authorGerardo Zamudio <gerardozamudio@users.noreply.github.com>2016-02-24 23:48:50 -0600
committerGerardo Zamudio <gerardozamudio@users.noreply.github.com>2016-02-24 23:48:50 -0600
commite4de6b3898b64b26d29aff31f21df5fda8055686 (patch)
tree575f8a65440f291d70a070d168eafca8c82a6459 /doc/roles.markdown
parentd9ffbea174ea6524d0a22f8375ca8b3aa04a3c96 (diff)
parenta6540bc604c837d92c9368540c145606723e97f7 (diff)
Merge pull request #1 from fguillot/master
Update from upstream
Diffstat (limited to 'doc/roles.markdown')
-rw-r--r--doc/roles.markdown25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/roles.markdown b/doc/roles.markdown
new file mode 100644
index 00000000..1b65a8c4
--- /dev/null
+++ b/doc/roles.markdown
@@ -0,0 +1,25 @@
+User Roles
+==========
+
+Application Roles
+-----------------
+
+Each Kanboard user has one of these roles:
+
+| Role | Description |
+|---------------|-----------------------------------------------------------------|
+| Administrator | Access to everything |
+| Manager | Can create team projects but cannot change application settings |
+| User | Can create private projects only |
+
+Project Roles
+-------------
+
+Each individual team project can assign a different role to each user and group:
+
+| Role | Description |
+|-----------------|----------------------------------------------------------------------|
+| Project Manager | Can change project settings, access to the Gantt chart and reports |
+| Project Member | Can create tasks and use the board |
+| Project Viewer | Read-only access to the board and tasks |
+