Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions docs/user-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,10 @@
Username: choosen Username
Password: choosen Password
```

4. Navigate to the user management via the top bar
4. You are now logged in. Additional users can be created in the user managment section. New users are created without any permissions by default. They are not even permitted to log in. This can be changed by assigning them to the pre-exsisting groups or by granting them the required permission individually.

![User management](../resources/userManagement.png)

5. Select the TODO account
6. Select `Account`from the left panel
7. Change the default logins for the TODO account
8. Create new users via user management as shown in step `4`

## Starting Scan-Processes using the Camunda UI

1. After logging in via [http://your-docker-host:8080/](http://localhost:8080), the welcome screen will be displayed. From here you can start the different Camunda Web Apps.
Expand All @@ -48,7 +42,7 @@ Password: choosen Password

![List of process definitions](../resources/processDefinitions.png)

4. Choose the desired scan process to display the form for configuring the scan. In this example `Port Scan` has been used.
4. Choose the desired scan process to display the form for configuring the scan. In this example `Nmap Port Scan` has been used.

![Configure a scan](../resources/configureScan.png)

Expand Down