diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-27 15:40:42 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-27 15:40:42 -0400 |
commit | 7cae104de1cd89141261af718e777f55c571d7bb (patch) | |
tree | 62d3a7ff1d2044da16bb9da351b1f0a436eb450c /docs/user-management.markdown | |
parent | 6c772de184505ae339a970631c8e98f3e3b6e5f0 (diff) |
Improve user creation form to automatically add project member and enable notifications
Diffstat (limited to 'docs/user-management.markdown')
-rw-r--r-- | docs/user-management.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/user-management.markdown b/docs/user-management.markdown index f26afacc..bd9cdb17 100644 --- a/docs/user-management.markdown +++ b/docs/user-management.markdown @@ -27,13 +27,13 @@ To add a new user, you must be administrator. 2. On the top, you have a link **New user** 3. Fill the form and save -When you create a new user, you have to specify those values: +![New user](http://kanboard.net/screenshots/documentation/new-user.png) + +When you create a new 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 -Eventually, you can choose to assign a default project to this user and allow him to be administrator. - Edit users ---------- |