mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 18:40:34 -05:00
@@ -1,21 +1,21 @@
|
||||
# Resetting Actual login password
|
||||
# Resetting Actual Login Password
|
||||
|
||||
If you have forgotten your actual-server login password - not all is lost, as the password can be reset without losing any of your files / data.
|
||||
|
||||
A password reset feature is available from version 23.4.2.
|
||||
|
||||
## Execute directly
|
||||
## Execute Directly
|
||||
```sh
|
||||
npm run reset-password
|
||||
```
|
||||
|
||||
## From a docker container
|
||||
## From a Docker Container
|
||||
```sh
|
||||
docker exec -it <actual_container> /bin/sh
|
||||
node /app/src/scripts/reset-password.js
|
||||
```
|
||||
|
||||
## From a Kubernetes instance
|
||||
## From a Kubernetes Instance
|
||||
```sh
|
||||
kubectl exec --stdin --tty <actual_pod_name> -- /bin/sh
|
||||
node /app/src/scripts/reset-password.js
|
||||
|
||||
Reference in New Issue
Block a user