Updated Disable Authentication (markdown)

Nate Harris 2020-08-31 16:18:42 -04:00
parent 4379d9eb78
commit 585394f9d3
1 changed files with 6 additions and 6 deletions

@ -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 <AuthenticationMethod>Basic</AuthenticationMethod> or <AuthenticationMethod>Forms</AuthenticationMethod>
Change the AuthenticationMethod line to <AuthenticationMethod>None</AuthenticationMethod>
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 `<AuthenticationMethod>Basic</AuthenticationMethod>` or `<AuthenticationMethod>Forms</AuthenticationMethod>`
3. Change the `AuthenticationMethod` line to `<AuthenticationMethod>None</AuthenticationMethod>`
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