By default, wfgen_admin
is the only account authorized to access the Configuration Panel. You can add additional users by adding them to the ApplicationConfigAllowedUsersLogin
parameter (separated by commas) in the \wfgen\web.config
file.
Note: The users being added must already have Administrator profiles.
Examples
Here, username1
is the only account authorized to access the Configuration Panel:
<add key="ApplicationConfigAllowedUsersLogin" value="username1" />
Here, username2
has been added to the list of allowed users:
<add key="ApplicationConfigAllowedUsersLogin" value="username1,username2" />