diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-14 15:43:08 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-14 15:43:08 -0400 |
commit | b2cce5a3a1a0be68102e614b42d2ee6a030bd523 (patch) | |
tree | 0014f4362cee39f98727276bc79aa96adc213fee /docs/user-management.markdown | |
parent | 80fb3bc9aa842ef75f1f8282db63ca43282aacd7 (diff) |
Add new role Project Administrator
Diffstat (limited to 'docs/user-management.markdown')
-rw-r--r-- | docs/user-management.markdown | 43 |
1 files changed, 33 insertions, 10 deletions
diff --git a/docs/user-management.markdown b/docs/user-management.markdown index 98691ddd..25cc8539 100644 --- a/docs/user-management.markdown +++ b/docs/user-management.markdown @@ -1,22 +1,45 @@ User management =============== -Group of users --------------- +Roles at the application level +------------------------------ + +Kanboard use a basic permission system, there are 3 type of users: + +### Administrators + +- Access to everything + +### Project Administrators + +- Can create multi-users and private projects +- Can convert multi-users and private projects +- Can see only their own projects +- Cannot change application settings +- Cannot manage users + +### Standard Users + +- Can create only private projects +- Can see only their own projects +- Cannot remove projects + +Roles at the project level +-------------------------- -Kanboard use a basic permission system, there is two kind of users: +These role are related to the project permission. -- Administrators -- Standard users +### Project Managers -Administrator have access to everything. By example, they can add or remove projects. +- Can manage only their own projects +- Can access to reports and budget section -There is also permissions defined at the project level, users can be seen as: +### Project Members -- Project member -- Project manager +- Can do any daily operations in their projects (create and move tasks...) +- Cannot configure projects -Project managers have more privileges than a simple user member. +Note: Any "Standard User" can be promotted "Project Manager" for a given project, they don't necessary need to be "Project Administrator". Local and remote users ---------------------- |