From 38036f7a9dbf463d2842cb60703d78526b4136d1 Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Fri, 9 Apr 2021 16:51:37 +0300 Subject: [PATCH] Removed duplicate password reset tutorials in the documentation hub --- docs/content/setup/accounts-and-security.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/content/setup/accounts-and-security.md b/docs/content/setup/accounts-and-security.md index da8dbbbb3..8f99d25f2 100644 --- a/docs/content/setup/accounts-and-security.md +++ b/docs/content/setup/accounts-and-security.md @@ -15,15 +15,4 @@ If you want an island to be accessible without credentials, press *I want anyone ## Resetting your account credentials -To reset your credentials, edit `monkey_island\cc\server_config.json` by deleting the `user` and `password_hash` variables. - -When you restart the Monkey Island server, you will again be prompted with the registration form. - -Example `server_config.json` for account reset: - -```json -{ - "server_config": "password", - "deployment": "develop" -} -``` +This procedure is documented in [the FAQ.]({{< ref "/faq/#how-to-reset-the-password" >}})