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
In Framework.xml there is a setting for SecureMode.
<Setting Name="SecureMode" Required="1" Valid="1" ConfigLevel="200">
<Description Translatable="1">Disables the web installer (http://yourhost.example.com/otobo/installer.pl), to prevent the system from being hijacked. If not enabled, the system can be reinstalled and the current basic configuration will be used to pre-populate the questions within the installer script. If enabled, it also disables the GenericAgent, PackageManager and SQL Box.</Description>
<Navigation>Core</Navigation>
<Value>
<Item ValueType="Checkbox">0</Item>
</Value>
</Setting>
There it is stated that the SQL Box is disabled when SecureMode is enabled. However I have been able to run a SELECT in the SQL Box after installer.pl has run. I think that the documentation in Framework.xml is outdated.
The text was updated successfully, but these errors were encountered:
In Framework.xml there is a setting for SecureMode.
There it is stated that the SQL Box is disabled when SecureMode is enabled. However I have been able to run a SELECT in the SQL Box after installer.pl has run. I think that the documentation in Framework.xml is outdated.
The text was updated successfully, but these errors were encountered: