mirror of
https://github.com/actualbudget/actual.git
synced 2026-06-20 20:08:08 -05:00
[GH-ISSUE #3052] [Feature] Add an easy way to reset the password on PikaPods #8169
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @noamraph on GitHub (Jul 13, 2024).
Original GitHub issue: https://github.com/actualbudget/actual/issues/3052
Verified feature request does not already exist?
💻
Pitch: what problem are you trying to solve?
I forgot the command I used to enter my PikaPods instance.
I found the page https://actualbudget.org/docs/troubleshooting/reset_password/, but it didn't mention PikaPods. Since I can't SSH into PikaPods, it didn't help me directly.
At the end I used scp to copy
server-files/account.sqliteto my computer. I started a local instance of Actual and set the password, and used sqlitebrowser to modify the file to have the hashed password I had locally.Describe your ideal solution to this problem
I wrote an MR which adds
reset-password-pikapods.jsin addition toreset-password.js. The script asks you for the credentials given by PikaPods, downloadsaccount.sqlite, modifies it using the same procedure asreset-password.js, and then uploads it.Teaching and learning
If the script is added as in the MR, the documentation at https://actualbudget.org/docs/troubleshooting/reset_password/ should be updated to include it.
@github-actions[bot] commented on GitHub (Jul 13, 2024):
✨ Thanks for sharing your idea! ✨
This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution).
The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+
Don’t forget to upvote the top comment with 👍!