# Tests & Additional Configurations

## Tests

### Web app addresses

Check the following URLs with the `wfgen_admin` user account:

* **User Portal:** `http://[yoursite]/wfgen`<br>
* **Administration Module:** `http://[yoursite]/wfgen/admin`

If you are unable to log in, verify the `web.config` file in the root folder of the WorkflowGen application (usually `DRIVE:\Inetpub\wwwroot\wfgen`) and validate that the `MainDbSource` connection string contains the correct database connection information including server, database name, user, and password.

### Test sample processes

You can create processes using the list of built-in process samples.

## Additional configurations

You can change the security configuration (such as the authentication method) by following the instructions in the [Security](https://github.com/advantys/workflowgen-doc-technical/tree/7ab5231a17c81ef86c4734a4dd1b3dc8c3664a79/Security.md) section.

{% hint style="info" %}

* Not all of the required configuration parameters of WorkflowGen are defined in this setup. It is recommended to update all other parameters in the **Configuration Panel** in the WorkflowGen **Administration Module** after this setup. For more information, see the [WorkflowGen Administration Module Reference Guide](https://advantys.gitbooks.io/workflowgen-administration-module-reference-guide/content/).<br>
* You can configure the time zone and language of new users through the **Configuration Panel** in the **Administration Module**. You can also access the **Configuration Panel** directly through the URL `http://[yoursite]/wfgen/admin/Config.aspx` once the setup is complete and the website is running.<br>
* The **New User Time Zone** settings can be changed on the **General** tab in the **Configuration Panel**.<br>
* The **New User Default Language** can be changed on the **Administration** tab in the **Configuration Panel**.
  {% endhint %}
