mirror of
https://github.com/Lidarr/Lidarr.git
synced 2024-11-03 04:00:12 -08:00
2
Disable Authentication
Nate Harris edited this page 2020-08-31 16:18:42 -04:00
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
- Lidarr will now be accessible without a password, you should go the
Settings: General
in the Lidarr UI and set your username and password