Location: Super Admin -> Portals -> Portal Settings
Setting name: main.ini
Group name: ini
Contains misc portal configuration sections in format similar to windows ini file ( http://en.wikipedia.org/wiki/INI_file )
[GeneralConfiguration]
Setting name | Values | Description |
AllowAdministratorPasswordChangeFromLoginScreen |
true|false | Shows if administrator can change password from login screen |
[WebDocuments]
Describes portal-level access to creation and sending of documents (requires custom plugins & powershell scripts for VAN integration).
This functionality is NOT released to HP environment, will require code merge.
Setting name | Values | Description |
[DocType] |
ALLOWSEND | Allows sending of document type from portal |
Example:
[WebDocuments] 810 = ALLOWSEND 856 = ALLOWSEND
[SelfRegistration]
Settings for self-registration screen
Setting name | Values | Description |
ActivationCodeLabelOverride |
text | Custom label for activation code control |
ActivationCodeMode | dropdown|text | Mode for activation code control (dropdown will require section ActivationCodeDropDownItems |
VendorNumberHint | text | Hint (text description) for vendor number control |
[ActivationCodeDropDownItems]
Contains list of drop down items (key/value pairs) for activation code in drop down mode.
Setting name | Values | Description |
_default |
item[N] |
Default item |
item[N] | text | N'th item text |
item[N]_value | text | N'th item value |
Example:
[ActivationCodeDropDownItems] _default = item1 item1 = [Not Set] item1_value = item2 = Argentina item2_value = AR item3 = Armenia item3_value = AM