From 585394f9d3e4f7b909e937176e4e1b923cc887d0 Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Mon, 31 Aug 2020 16:18:42 -0400 Subject: [PATCH] Updated Disable Authentication (markdown) --- Disable-Authentication.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Disable-Authentication.md b/Disable-Authentication.md index 8692fbd..c969d6c 100644 --- a/Disable-Authentication.md +++ b/Disable-Authentication.md @@ -1,7 +1,7 @@ -To disable authentication (to reset your username or password) you will need need to edit config.xml which will be inside the AppData Directory. +To disable authentication (to reset your username or password) you will need need to edit `config.xml` which will be inside the [[AppData Directory]]. -Open config.xml in a text editor -Find the authentication method line (will be Basic or Forms -Change the AuthenticationMethod line to None -Restart Lidarr -Sonarr will now be accessible without a password, you should go the Settings: General in the Lidarr UI and set your username and password +1. Open config.xml in a text editor +2. Find the authentication method line (will be `Basic` or `Forms` +3. Change the `AuthenticationMethod` line to `None` +4. Restart Lidarr +5. Lidarr will now be accessible without a password, you should go the `Settings: General` in the Lidarr UI and set your username and password \ No newline at end of file