Difference between revisions of "Readarr FAQ"
From Servarr
Bakerboy448 (talk | contribs) (creation) |
|||
| Line 1: | Line 1: | ||
| − | + | == Help I have locked my self out == | |
| + | To disable authentication (to reset your username or password) you will need need to edit <code>config.xml</code> which will be inside the [[Readarr Appdata Directory]]. | ||
| + | |||
| + | # Open config.xml in a text editor | ||
| + | # Find the authentication method line (will be <code><AuthenticationMethod>Basic</AuthenticationMethod></code> or <code><AuthenticationMethod>Forms</AuthenticationMethod></code> | ||
| + | # Change the <code>AuthenticationMethod</code> line to <code><AuthenticationMethod>None</AuthenticationMethod></code> | ||
| + | # Restart Readarr | ||
| + | # Readarr will now be accessible without a password, you should go the <code>Settings: General</code> in the Readarr UI and set your username and password | ||
| + | == Help I have forgotten my password == | ||
| + | * Please see steps listed in [[#Help I have locked my self out|here]]. | ||
Revision as of 22:56, 17 November 2020
Help I have locked my self out
To disable authentication (to reset your username or password) you will need need to edit config.xml which will be inside the Readarr 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
AuthenticationMethodline to<AuthenticationMethod>None</AuthenticationMethod> - Restart Readarr
- Readarr will now be accessible without a password, you should go the
Settings: Generalin the Readarr UI and set your username and password
Help I have forgotten my password
- Please see steps listed in here.