added dynamic user preferences #7 #9 (#90)

- fixed user settings database #9
- added dynamic user preferences #9
- added form to edit user preferences #9
- removed user language #7
This commit is contained in:
Kevin Papst
2018-01-14 22:47:20 +01:00
committed by GitHub
parent 023fef6a70
commit 49d8796f6b
23 changed files with 758 additions and 181 deletions

View File

@@ -99,7 +99,7 @@ $ bin/console doctrine:schema:create
And finally create your first user:
```bash
$ bin/console kimai:create-user username admin@example.com password en ROLE_SUPER_ADMIN
$ bin/console kimai:create-user username password admin@example.com ROLE_SUPER_ADMIN
```
For available roles, please refer to [the user documentation](var/docs/users.md).