1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-21 18:22:42 +01:00

Disable Authentication

Mark McDowall 2016-08-29 15:01:26 -07:00
parent 163d89ce72
commit b7c958aa75

@ -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]].
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 Sonarr
5. Sonarr will now be accessible without a password, you should go the `Settings: General` in the Sonarr UI and set your username and password