1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 07:39:41 +02:00

fix: container name for account unlock and password reset (#4568)

This commit is contained in:
Kuchenpirat 2024-11-17 16:20:18 +01:00 committed by GitHub
parent db4789099a
commit 54f994defc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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
```

File diff suppressed because one or more lines are too long