You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/content/FAQ/_index.md
+5-9
Original file line number
Diff line number
Diff line change
@@ -89,24 +89,20 @@ However, you can save the Monkey's existing configuration by logging in with you
89
89
### On Windows and Linux (AppImage)
90
90
91
91
When you first access the Monkey Island Server, you'll be prompted to create an account.
92
-
Creating an account will write your credentials in `credentials.json` file
93
-
under [data directory]({{< ref "/reference/data_directory" >}}).
92
+
Creating an account will write your credentials to the database in the [data directory]({{< ref "/reference/data_directory" >}}).
93
+
94
94
To reset the credentials:
95
95
96
-
1.**Remove** the `credentials.json` file manually
97
-
(located in the [data directory]({{< ref "/reference/data_directory" >}})).
96
+
1.**Remove** the data directory manually
97
+
98
+
Because credentials are stored in the database, you must perform a complete factory reset in order to reset the credentials, which is accomplished by removing the entire [data directory]({{< ref "/reference/data_directory" >}}).
98
99
99
100
2. Restart the Monkey Island process:
100
101
* On Linux, simply kill the Monkey Island process and execute the AppImage.
101
102
* On Windows, restart the program.
102
103
103
104
3. Go to the Monkey Island's URL and create a new account.
104
105
105
-
If you are still unable to log into Monkey Island after following the above
106
-
steps, you can perform a complete factory reset by removing the entire [data
107
-
directory]({{< ref "/reference/data_directory" >}}) and then restarting the
108
-
Monkey Island process.
109
-
110
106
### On Docker
111
107
When you first access the Monkey Island Server, you'll be prompted to create an account.
112
108
To reset the credentials, you'll need to perform a complete factory reset:
0 commit comments