Created Disable Authentication (markdown)

master
Nate Harris 4 years ago
parent dd291ebdd2
commit 4379d9eb78

@ -0,0 +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.
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
Loading…
Cancel
Save