mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 13:34:54 +00:00
Created Disable Authentication (markdown)
parent
dd291ebdd2
commit
4379d9eb78
1 changed files with 7 additions and 0 deletions
7
Disable-Authentication.md
Normal file
7
Disable-Authentication.md
Normal file
|
@ -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…
Reference in a new issue