[GH-ISSUE #7943] [Docs] - reset-password documentation outdated. #100654

Open
opened 2026-05-29 21:05:02 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @Benjythebee on GitHub (May 24, 2026).
Original GitHub issue: https://github.com/actualbudget/actual/issues/7943

Issue Type

Documentation Bug/Error

Description

The documentation at https://actualbudget.org/docs/troubleshooting/reset_password/ mentions npm run reset-password

However that's outdated.

https://github.com/actualbudget/actual/blob/master/package.json#L20-L65

reset-password does not exists in package.json.

Documentation could also use yarn instead of npm.

Related issues:
https://github.com/actualbudget/actual/issues/1990

Documentation URL

https://actualbudget.org/docs/troubleshooting/reset_password/

Documentation Category

Accounts, Troubleshooting

Expected/Desired Content

Either no mention of password being resettable or add a new reset-password script and the docs should have the new script yarn reset-password

Screenshots or Examples


Originally created by @Benjythebee on GitHub (May 24, 2026). Original GitHub issue: https://github.com/actualbudget/actual/issues/7943 ### Issue Type Documentation Bug/Error ### Description The documentation at https://actualbudget.org/docs/troubleshooting/reset_password/ mentions `npm run reset-password` However that's outdated. https://github.com/actualbudget/actual/blob/master/package.json#L20-L65 `reset-password` does not exists in package.json. Documentation could also use `yarn` instead of `npm`. Related issues: https://github.com/actualbudget/actual/issues/1990 ### Documentation URL https://actualbudget.org/docs/troubleshooting/reset_password/ ### Documentation Category Accounts, Troubleshooting ### Expected/Desired Content Either no mention of password being resettable or add a new `reset-password` script and the docs should have the new script `yarn reset-password` ### Screenshots or Examples ```bash ```
GiteaMirror added the documentationhelp wantedgood first issue labels 2026-05-29 21:05:05 -05:00
Author
Owner

@MatissJanis commented on GitHub (May 25, 2026):

Thanks, the docs are at fault here. It's a holdover when the sync-server was a separate repository and haven't been updated since. The script is meant to be executed in a server environment that might not have yarn. Hence npm is correctly used there. We should definitely update the docs page with some clarification. We should also mention the new actual-server --reset-password which does the same thing, but has nicer UX.

<!-- gh-comment-id:4537129392 --> @MatissJanis commented on GitHub (May 25, 2026): Thanks, the docs are at fault here. It's a holdover when the sync-server was a separate repository and haven't been updated since. The script is meant to be executed in a server environment that might not have yarn. Hence `npm` is correctly used there. We should definitely update the docs page with some clarification. We should also mention the new `actual-server --reset-password` which does the same thing, but has nicer UX.
Author
Owner

@narutamaaurum commented on GitHub (May 25, 2026):

Opened PR #7950 to replace the outdated host-side npm run reset-password docs with the current actual-server --reset-password flow, while keeping the source-checkout workspace command documented. This matches the existing CLI docs and resolves the stale instructions called out here.

<!-- gh-comment-id:4537224305 --> @narutamaaurum commented on GitHub (May 25, 2026): Opened PR #7950 to replace the outdated host-side `npm run reset-password` docs with the current `actual-server --reset-password` flow, while keeping the source-checkout workspace command documented. This matches the existing CLI docs and resolves the stale instructions called out here.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#100654