Skip to content

Commit

Permalink
Update guide_kimai.rst
Browse files Browse the repository at this point in the history
Changed the command to create a new user from the old and no longer working "kimai:create-user" to "kimai:user:create".
  • Loading branch information
Schoeneh authored and nichtmax committed Jan 4, 2024
1 parent 1112808 commit cb68cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guide_kimai.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Please don't use ``admin`` as your username and set yourself a strong password.
:emphasize-lines: 2,3
[isabell@stardust ~]$ cd /var/www/virtual/$USER/kimai/
[isabell@stardust kimai]$ bin/console kimai:create-user <username> <[email protected]> ROLE_SUPER_ADMIN
[isabell@stardust kimai]$ bin/console kimai:user:create <username> <[email protected]> ROLE_SUPER_ADMIN
Please enter the password: ****
[…]
[isabell@stardust ~]$
Expand Down

0 comments on commit cb68cd2

Please sign in to comment.