diff options
Diffstat (limited to 'docs/creating-projects.markdown')
-rw-r--r-- | docs/creating-projects.markdown | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/docs/creating-projects.markdown b/docs/creating-projects.markdown index fe19332c..c2c6cf3d 100644 --- a/docs/creating-projects.markdown +++ b/docs/creating-projects.markdown @@ -3,12 +3,26 @@ Creating projects Kanboard can handle multiple projects. -To create a new project, click on the top menu "projects" and click on the link "New project". +Creating projects for multiple users +------------------------------------- -![Project creation link](http://kanboard.net/screenshots/documentation/project-creation-link.png) +- Only administrators can create and manage those projects +- User management is available +To create a new project, click on the top menu **Projects** and click on the link **New project**. Then the form appears: ![Project creation form](http://kanboard.net/screenshots/documentation/project-creation-form.png) It's very easy, you just have to find a name for your project. + +Creating a private prooject +--------------------------- + +- Everybody can create a private project +- There is **NO** user management +- Only the owner and administrators can access to the project + +To create a new private project, click on the top menu **Projects** and click on the link **New private project**. + +Note: project names must be unique. |