mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 05:25:10 +00:00
Updated Disable Authentication (markdown)
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
|
1. Open config.xml in a text editor
|
||||||
Find the authentication method line (will be <AuthenticationMethod>Basic</AuthenticationMethod> or <AuthenticationMethod>Forms</AuthenticationMethod>
|
2. Find the authentication method line (will be `<AuthenticationMethod>Basic</AuthenticationMethod>` or `<AuthenticationMethod>Forms</AuthenticationMethod>`
|
||||||
Change the AuthenticationMethod line to <AuthenticationMethod>None</AuthenticationMethod>
|
3. Change the `AuthenticationMethod` line to `<AuthenticationMethod>None</AuthenticationMethod>`
|
||||||
Restart Lidarr
|
4. 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
|
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
|
Loading…
Reference in a new issue