forked from p34709852/monkey
Removed duplicate password reset tutorials in the documentation hub
This commit is contained in:
parent
f62007d028
commit
38036f7a9d
|
@ -15,15 +15,4 @@ If you want an island to be accessible without credentials, press *I want anyone
|
||||||
|
|
||||||
## Resetting your account credentials
|
## Resetting your account credentials
|
||||||
|
|
||||||
To reset your credentials, edit `monkey_island\cc\server_config.json` by deleting the `user` and `password_hash` variables.
|
This procedure is documented in [the FAQ.]({{< ref "/faq/#how-to-reset-the-password" >}})
|
||||||
|
|
||||||
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"
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in New Issue