Improve user creation form to automatically add project member and enable notifications

This commit is contained in:
Frederic Guillot
2015-06-27 15:40:42 -04:00
parent 6c772de184
commit 7cae104de1
6 changed files with 34 additions and 26 deletions

View File

@@ -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
----------