diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-04-06 10:54:58 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-04-06 10:54:58 -0700 |
commit | 0b306fa60ad84ea077111e0ff7b59208ba7bc8a3 (patch) | |
tree | 5d8941b5950ede2db8ca3fba0213792db0f07a50 /doc/en_US/user-management.markdown | |
parent | ac11220a1aa7ae30b8827d9bbf221888d3edd0a7 (diff) |
Move documentation to https://docs.kanboard.org/
Diffstat (limited to 'doc/en_US/user-management.markdown')
-rw-r--r-- | doc/en_US/user-management.markdown | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/doc/en_US/user-management.markdown b/doc/en_US/user-management.markdown deleted file mode 100644 index eaa80d56..00000000 --- a/doc/en_US/user-management.markdown +++ /dev/null @@ -1,35 +0,0 @@ -User Management -=============== - -Add a new user --------------- - -To add a new user, you must be an administrator. - -1. From the dropdown menu in the top right corner, go to the menu **Users Management** -2. On the top, you have a link **New local user** or **New remote user** -3. Fill the form and save - -![New user](../screenshots/new-user.png) - -When you create a **local user**, you have to specify at least those values: - -- **username**: This is the unique identifier of your user (login) -- **password**: The password of your user must have at least 6 characters - -For **remote users**, only the username is mandatory. - -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 an 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 administrators. - -If you remove a specific user, **tasks assigned to this person will be unassigned** after the operation. |