From ad194555ee70b1374feb2462cd81b541c7cb28b5 Mon Sep 17 00:00:00 2001 From: bpaulien Date: Wed, 11 Dec 2024 18:53:26 -0500 Subject: [PATCH] Update reset_password.md (#567) 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 9d4fbd3dc..f5c482444 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