From f6561fb1abb9402a40bc9e0c750e217cf12dc53e Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Wed, 1 Sep 2021 18:09:34 +0530 Subject: [PATCH] docs: Modify docs based on changes removing no auth option --- docs/content/FAQ/_index.md | 7 +++---- docs/content/setup/accounts-and-security.md | 2 -- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/content/FAQ/_index.md b/docs/content/FAQ/_index.md index 32ae18617..e2ccc2d7e 100644 --- a/docs/content/FAQ/_index.md +++ b/docs/content/FAQ/_index.md @@ -52,12 +52,11 @@ Monkey in the newly created folder. ## Reset/enable the Monkey Island password When you first access the Monkey Island server, you'll be prompted to create an account. -To reset the credentials or enable/disable the authentication, -edit the `server_config.json` file manually +To reset the credentials, edit the `server_config.json` file manually (located in the [data directory](/reference/data_directory)). In order to reset the credentials, the following edits need to be made: -1. Delete the `user` field if one exists. It will look like this: +1. Delete the `user` field. It will look like this: ```json { ... @@ -65,7 +64,7 @@ In order to reset the credentials, the following edits need to be made: ... } ``` -1. Delete the `password_hash` field if one exists. It will look like this: +1. Delete the `password_hash` field. It will look like this: ```json { ... diff --git a/docs/content/setup/accounts-and-security.md b/docs/content/setup/accounts-and-security.md index cd87c2f19..b5664bf95 100644 --- a/docs/content/setup/accounts-and-security.md +++ b/docs/content/setup/accounts-and-security.md @@ -11,8 +11,6 @@ tags: ["usage", "password"] The first time you launch Monkey Island (the Infection Monkey C&C server), you'll be prompted to create an account and secure your island. After account creation, the server will only be accessible via the credentials you entered. -If you want an island to be accessible without credentials, press *I want anyone to access the island*. Please note that this option is insecure, and you should only use it in development environments. - ## Resetting your account credentials This procedure is documented in [the FAQ]({{< ref "/faq/#how-do-i-reset-the-monkey-island-password" >}}).