Hey, I added a authentication key to my account last night and now cant figure out the combination to be able to access my account. Is there any way around this?
Not sure what you mean, can you please clarify exactly what the issue is?
During set up I added an authentication username and password. I now can not remember the username or password I created to be able to access the Sonarr home page to search for series etc. I am wondering if I am able to reset or get around the log in authentication
Changing the authentication type to none is the easiest way, which is done via config.xml stored one directory up from the log files: https://github.com/Sonarr/Sonarr/wiki/Log-Files
<AuthenticationMethod>Forms</AuthenticationMethod>
or
<AuthenticationMethod>Basic</AuthenticationMethod>
needs to be changed to:
<AuthenticationMethod>None</AuthenticationMethod>
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.