From 18381664aae1afe0659135aaca03b13130a8ef4a Mon Sep 17 00:00:00 2001 From: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com> Date: Thu, 27 Mar 2025 02:50:14 +0200 Subject: [PATCH] Update Configuration.md (#5770) --- ui/v2.5/src/docs/en/Manual/Configuration.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ui/v2.5/src/docs/en/Manual/Configuration.md b/ui/v2.5/src/docs/en/Manual/Configuration.md index 4215dd5dd..1425095e2 100644 --- a/ui/v2.5/src/docs/en/Manual/Configuration.md +++ b/ui/v2.5/src/docs/en/Manual/Configuration.md @@ -128,9 +128,11 @@ The logout button is situated in the upper-right part of the screen when you are ### Recovering from a forgotten username or password Stash saves login credentials in the config.yml file. You must reset both login and password if you have forgotten your password by doing the following: + * Close your Stash process * Open the `config.yml` file found in your Stash directory with a text editor -* Delete the `login` and `password` lines from the file and save +* Delete the `username` and `password` lines from the file and save + Stash authentication should now be reset with no authentication credentials. ## Advanced configuration options @@ -167,4 +169,4 @@ custom_served_folders: With the above configuration, a request for `/custom/foo/bar.png` would serve `D:\bar\bar.png`. -The `/` entry matches anything that is not otherwise mapped by the other entries. For example, `/custom/baz/xyz.png` would serve `D:\stash\static\baz\xyz.png`. \ No newline at end of file +The `/` entry matches anything that is not otherwise mapped by the other entries. For example, `/custom/baz/xyz.png` would serve `D:\stash\static\baz\xyz.png`.