From 375c39917b99fb55ace1c6e5c42cfc2a2afa01e1 Mon Sep 17 00:00:00 2001 From: bpaulien Date: Wed, 11 Dec 2024 11:14:53 -0500 Subject: [PATCH] Update reset_password.md title case --- docs/troubleshooting/reset_password.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/troubleshooting/reset_password.md b/docs/troubleshooting/reset_password.md index 9d4fbd3d..f5c48244 100644 --- a/docs/troubleshooting/reset_password.md +++ b/docs/troubleshooting/reset_password.md @@ -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 /bin/sh node /app/src/scripts/reset-password.js ``` -## From a Kubernetes instance +## From a Kubernetes Instance ```sh kubectl exec --stdin --tty -- /bin/sh node /app/src/scripts/reset-password.js