Update Configuration.md (#5770)

This commit is contained in:
DogmaDragon
2025-03-27 02:50:14 +02:00
committed by GitHub
parent e9a67eb51f
commit 18381664aa

View File

@@ -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 ### 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: 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 * Close your Stash process
* Open the `config.yml` file found in your Stash directory with a text editor * 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. Stash authentication should now be reset with no authentication credentials.
## Advanced configuration options ## Advanced configuration options