Update troubleshooting.md

This commit is contained in:
Jan Böhmer 2023-04-11 12:04:51 +02:00 committed by GitHub
parent 6819b17255
commit 88abe60374
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,8 +23,8 @@ php bin/console doctrine:migrations:migrate
If this does not help, please [open an issue on GitHub](https://github.com/Part-DB/Part-DB-symfony). If this does not help, please [open an issue on GitHub](https://github.com/Part-DB/Part-DB-symfony).
## Search for user and reset password: ## Search for user and reset password:
You can list all users with the following command: php bin/console partdb:users:list You can list all users with the following command: `php bin/console partdb:users:list`
To reset the password of a user you can use the following command: php bin/console partdb:users:set-password [username] To reset the password of a user you can use the following command: `php bin/console partdb:users:set-password [username]`
## Error logs ## Error logs