forked from p34709852/monkey
Typos, draft version set to false, added language indication to code fragment
This commit is contained in:
parent
9935a44b78
commit
0b7fef8c23
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Accounts and Security"
|
title: "Accounts and Security"
|
||||||
date: 2020-06-22T15:36:56+03:00
|
date: 2020-06-22T15:36:56+03:00
|
||||||
draft: true
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
## Security in Infection Monkey
|
## Security in Infection Monkey
|
||||||
|
@ -20,7 +20,7 @@ by deleting `user` and `password_hash` variables. Then restart Island server and
|
||||||
prompted with registration form.
|
prompted with registration form.
|
||||||
|
|
||||||
Example `server_config.json` for account reset:
|
Example `server_config.json` for account reset:
|
||||||
```
|
```json
|
||||||
{
|
{
|
||||||
"server_config": "password",
|
"server_config": "password",
|
||||||
"deployment": "develop"
|
"deployment": "develop"
|
||||||
|
|
Loading…
Reference in New Issue