HTTP Password Reset - updated config.xml and still asks for pwd

Sonarr version (exact version): 2.0.0.5163
Description of issue:
Saw posts how to reset pwd

Updated None.
Saved the file.
Reset via UI.
Restart service.

Then opening the page… username and password screen pops up.
tried entering nothing and submit however however goes to blank screen…

stumped…
[edit]. i also changed the config.xml rights to 777 and tried that too, however still not quite working.

pasted below.

<Config>
  <LogLevel>Info</LogLevel>
  <Port>8989</Port>
  <UrlBase></UrlBase>
  <BindAddress>*</BindAddress>
  <SslPort>9898</SslPort>
  <EnableSsl>False</EnableSsl>
  <ApiKey>297bd31xxxxxxxx57c1e9c72</ApiKey>
  <AuthenticationMethod>None</AuthenticationMethod>
  <LaunchBrowser>True</LaunchBrowser>
  <Branch>master</Branch>
  <SslCertHash></SslCertHash>
  <UpdateMechanism>BuiltIn</UpdateMechanism>
  <AnalyticsEnabled>False</AnalyticsEnabled>
</Config>

Are you sure you’re changing to config file under the correct user?

hi Marcus… I am not a linux person so hope I am following.

File was originally under ‘admin’ so I chown it to my hostname.
-rwxrwxrwx 1 administrators 465 2018-06-24 20:18 config.xml*

I ssh-ed with my hostname and looks the same.
I turned on and off the Sonarr service via UI in QNAP (with my same login) - it asks for login details…

Am I following it right?

You don’t want to change the ownership. In you can look in Sonarr’s UI under system for the AppData folder, then make sure you’re editing that config. Of course if you’re editing it because you forgot the password that won’t work.

Either the wrong file is being changed or Sonarr isn’t being restarted afterwards. The log files should indicate if you’re in the correct spot, since they’ll be written to.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.