summaryrefslogtreecommitdiff
path: root/docs/manage-users.markdown
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-10-26 19:58:47 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-10-26 19:58:47 -0400
commitd97e1bd4cfd013b54e72f446a0e5934fff559781 (patch)
tree81ea919a3b12d61f4b8cd8da5531e380a6810779 /docs/manage-users.markdown
parentc5f59f8c8fc4cea247948c2a57cf8074677121e9 (diff)
Update documentation
Diffstat (limited to 'docs/manage-users.markdown')
-rw-r--r--docs/manage-users.markdown45
1 files changed, 0 insertions, 45 deletions
diff --git a/docs/manage-users.markdown b/docs/manage-users.markdown
deleted file mode 100644
index f4809f04..00000000
--- a/docs/manage-users.markdown
+++ /dev/null
@@ -1,45 +0,0 @@
-User management
-===============
-
-Type of users
--------------
-
-Kanboard use a basic permission system, there is two kind of users:
-
-- Administrators
-- Regular/Standard users
-
-Administrator have access to everything. By example, they can add or remove projects.
-
-A standard user can't manage users and projects.
-
-Add a new user
---------------
-
-To add a new user, you must be administrator.
-
-1. Go to the top menu **users**
-2. On the left, you have a link **New user**
-3. Fill the form and save
-
-When you create a new user, you have to specify those values:
-
-- **username**: This is the unique identifier of your user (login)
-- **password**: The password of your user must have at least 6 characters
-
-Eventually, you can choose to assign a default project to this user and allow him to be administrator.
-
-Edit users
-----------
-
-When you go to the **users** menu, you have the list of users, to modify a user click on the **edit link**.
-
-- If you are a regular user, you can change only your own profile
-- You have to be administrator to be able to edit any users
-
-Remove users
-------------
-
-From the **users** menu, click on the link **remove**. This link is visible only if you are administrator.
-
-If you remove a specific user, **tasks assigned to this person will be unassigned** after the operation.