Portal Settings

The portal settings page contains most settings for OmniFi Web. It is divided into several different sections.

System settings

SettingDescription
Enable Account ProtectionEnables account lockout on 5 consecutive failed login attempts within a sliding 5 min window. Locked accounts can be unlocked on the User Administration page)
Portal Log LevelSets the log level for the web portal.
Backend Log LevelSets the log level for the web backend service.
Task Log LevelSets the log level per task.
Remove files older than (days)Enables an automatic cleanup of old log files. The log record will be kept as reference, but the state is changed to “Removed” and all related documents are deleted. Setting the value to “0” will disable this function.

Execution settings

SettingDescription
Max concurrencyThe number of report execution that can run in parallel. Setting the value to “0” will disable executions.
Task valid (days)The time a task is considered valid before clean-up occur.
Task timeout (hours)The maximum time a process can be running before it is considered failed.
Working DirectoryThis value can be left empty. If no value is set the OmniFi Reporting module installation directory will be used. The value can be set to change where reports are executed.
Task Retry CountThe number of times a task is retried before it is considered failed.
Temp DirectoryConfigures the location where temporary files are stored.

Email settings

SettingDescription
SMTP HostAddress to the mail server.
SMTP PortPort for the mail server.
User SSL connectionConnect to the server with SSL connection.
Authentication requiredThe mail server requires authentication.
SMTP UserUser for mail server authentication.
SMTP PasswordPassword for mail server authentication.
Send from addressThe sender for outgoing mails.
Default Email TemplateThe default content for the mail body. This will be used for mail layouts that do not have a mail template set.
Error Email TemplateThe content for the body in error mail.

Data Mart settings

SettingDescription
Connection stringThe connection string to the mart database. This is combined with the User and Password settings to form the final connection string.

Connections to the mart are made from the OmniFi Web Backend service, and the connection string needs to be configured with that in mind. If SSPI is used, the connection will be made with the account that the Web Backend service is executing under.
UserThe login user for the mart database.
PasswordThe login password for the mart database.
Command TimeoutConfigures the timeout for database operations in the ETL pipeline.

Branding settings

SettingDescription
Portal NameThe name of that site that is displayed on the login page and in the portal tag.
Portal ColorThe color of the portal tag and some elements on the Home page.
Show Portal TagEnables the portal tag.
MessageA text message shown to all users on the Home screen.
Branding LogoAdd a logo that is displayed at the top right corner of the web site.

Custom Variables

SettingDescription
KeyThe unique variable name.
ValueThe variable value

Export Repositories

SettingDescription
AliasThe repository name presented to the end-user.
PathThe root path of the export repository.