Update reset_password.md (#567)

title case
This commit is contained in:
bpaulien
2024-12-11 18:53:26 -05:00
committed by GitHub
parent 3d27dd91f0
commit ad194555ee

View File

@@ -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