From 54f994defcbd44c05cf88a93cafdb9f427afd287 Mon Sep 17 00:00:00 2001 From: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com> Date: Sun, 17 Nov 2024 16:20:18 +0100 Subject: [PATCH] fix: container name for account unlock and password reset (#4568) --- docs/docs/documentation/getting-started/faq.md | 4 ++-- docs/docs/overrides/api.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/documentation/getting-started/faq.md b/docs/docs/documentation/getting-started/faq.md index b6692f9c9..5484c718a 100644 --- a/docs/docs/documentation/getting-started/faq.md +++ b/docs/docs/documentation/getting-started/faq.md @@ -79,7 +79,7 @@ Mealie's Recipe Steps and other fields support markdown syntax and therefore sup If your account has been locked by bad password attempts, you can use an administrator account to unlock another account. Alternatively, you can unlock all accounts via a script within the container. ```shell -docker exec -it mealie-next bash +docker exec -it mealie bash python /app/mealie/scripts/reset_locked_users.py ``` @@ -89,7 +89,7 @@ python /app/mealie/scripts/reset_locked_users.py You can change your password by going to the user profile page and clicking the "Change Password" button. Alternatively you can use the following script to change your password via the CLI if you are locked out of your account. ```shell -docker exec -it mealie-next bash +docker exec -it mealie bash python /app/mealie/scripts/change_password.py ``` diff --git a/docs/docs/overrides/api.html b/docs/docs/overrides/api.html index 9cef9b578..8cc33dbaf 100644 --- a/docs/docs/overrides/api.html +++ b/docs/docs/overrides/api.html @@ -14,7 +14,7 @@