Skip to content

Commit 74488f7

Browse files
committed
docs: clarify reset command creates local fallback password
Per v0.9.2 release notes: primary login is now Notifiarr.com credentials. The --reset command creates a local admin password for recovery only.
1 parent 04a4842 commit 74488f7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/pages/client/troubleshooting.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,7 @@ docker exec Notifiarr /notifiarr --reset
8787
docker kill --signal=HUP Notifiarr
8888
```
8989

90-
```bash
91-
# Example output with new password:
92-
[INFO] 2023/09/08 09:32:11 New 'admin' user password: four38=Draw
93-
[INFO] 2023/09/08 09:32:11 Writing Config File: /config/notifiarr.conf
94-
```
90+
!!! note "About Reset"
91+
The `--reset` command creates a local admin password as a recovery fallback. This is only needed if you can't login with your Notifiarr.com credentials. After reset, you can login with username `admin` and the generated password, then set up your normal authentication.
9592

9693
- If you still can't login, restart the container.

0 commit comments

Comments
 (0)