From 88abe60374d24d3d2b1ac054d8f4bb0311d1d6b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Tue, 11 Apr 2023 12:04:51 +0200 Subject: [PATCH] Update troubleshooting.md --- docs/troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 4eab24af..9441d9b9 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -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). ## Search for user and reset password: -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] +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]` ## Error logs