mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-03 20:45:23 +02:00
feat: allow password change via container CLI (#1863)
* add password change script * rename file * add note in FAQ
This commit is contained in:
parent
ac6554efdd
commit
3ad3d92e5f
2 changed files with 50 additions and 0 deletions
|
@ -58,3 +58,13 @@ docker exec -it mealie-next bash
|
|||
|
||||
python /app/mealie/scripts/reset_locked_users.py
|
||||
```
|
||||
|
||||
## How can I change my password
|
||||
|
||||
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
|
||||
|
||||
python /app/mealie/scripts/change_password.py
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue