Portal Configuration: Difference between revisions
From Portal
m (Minor formatting change) |
m (Minor formatting change) |
||
Line 1: | Line 1: | ||
The following table documents the configuration options for the Core module on the Portal system. | The following table documents the configuration options for the Core module on the Portal system. | ||
{| class="wikitable" | {| class="wikitable apt-searchable" border="1" | ||
!width="12%"| '''Section''' | !width="12%"| '''Section''' | ||
!width="21%"| '''Item''' | !width="21%"| '''Item''' |
Revision as of 09:08, 20 August 2024
The following table documents the configuration options for the Core module on the Portal system.
Section | Item | Admin | Values | Description |
---|---|---|---|---|
ARGON_CONFIG | HASHLENGTH | Y | 16, 32, 64 | Generate a x byte hash |
ARGON_CONFIG | ITERATIONS | Y | 3, 5, 10, 15, 20 | Run x iterations |
ARGON_CONFIG | MEMORY | Y | 32, 64, 128, 256, 512, 1024, 2048 | Use xMB of memory |
ARGON_CONFIG | PARALLELISM | Y | 2, 4, 6, 8 | Use x threads |
CORE_CONFIG | MENU_ICONS | Y | No, Yes | Use Menu Icons? |
CORE_CONFIG | MULTI_TIMEZONE | Y | No, Yes | Is system multi-timezone? |
CORE_CONFIG | PAGE_CFG | Y | No, Yes | Use new Page Config? |
CORE_CONFIG | PASSWORD_ATTEMPTS | 1, 2, 3, 4, 5 | No. Login attempts before login is locked | |
CORE_CONFIG | PASSWORD_CASE_SENSITIVE | Y | No, Yes | Are Passwords Case Sensitive? |
CORE_CONFIG | PASSWORD_EXPIRE | 30, 60, 90, 120, 365 | No. days before password expires | |
CORE_CONFIG | PASSWORD_HISTORY | 2, 5, 10, 20 | No. of passwords to keep in history | |
CORE_CONFIG | SQL_MAX_REC | Y | 500, 1000, 2000, 5000 | Max. No. records from a select |
CORE_CONFIG | SQL_SLOW_LOG | Y | 10, 30, 60, 90, 120 | Runtime to log slow SQL (Seconds) |
CORE_CONFIG | USER_LOGGING | None, Session, Menu, Detail | User Logging Level | |
EMAIL_CONFIG | EMAIL_DEBUG | Y | No, Yes | Enable Email degugging? |
EMAIL_CONFIG | EMAIL_FROM | From address for emails | ||
EMAIL_CONFIG | EMAIL_PASS | Password to access email server | ||
EMAIL_CONFIG | EMAIL_PORT | Email Server Port | ||
EMAIL_CONFIG | EMAIL_SERVER | IP of email server | ||
EMAIL_CONFIG | EMAIL_TRANSPORT | SMTP, SMTPS, TLS, OUTLOOK | Transport Type | |
EMAIL_CONFIG | EMAIL_USER | Username to access email server | ||
EXPORT_CONFIG | SQL_EXPORT_CACHE | Y | 0, 100, 200, 500, 1000, 2000, 5000 | Max. No. records for export cache |
EXPORT_CONFIG | SQL_EXPORT_CHUNK | Y | 999999, 1000, 2000, 5000, 10000 | Max. No. records for an export chunk |
HOME_CONFIG | WELCOME_MESSAGE | Welcome Message displayed on Home Page | ||
MFA_CONFIG | MFA_ACCOUNT | Y | MFA Account | |
MFA_CONFIG | MFA_CODE_REQUESTS | Y | 5, 10, 15, 20 | Number of code requests allowed within Expiry window before disable |
MFA_CONFIG | MFA_EMAIL_EXPIRY | Y | 5 Minutes, 10 Minutes, 15 Minutes, 20 Minutes, 30 Minutes | Number of minutes to expiry of Emailed MFA Codes |
MFA_CONFIG | MFA_ENABLED | Y | Disabled, Enabled | Is Multi Factor Authentication Enabled on the system? |
MFA_CONFIG | MFA_ISSUER | Y | MFA Issuer | |
MFA_CONFIG | MFA_SECRET | Y | MFA Secret | |
MFA_CONFIG | MFA_TIME_SHIFT | Y | No, Yes | Allow MFA Time Shift |
PWD_CONFIG | 0_MIN_LENGTH_1 | 8 Characters, 10 Characters, 12 Characters, 16 Characters | Minimum Password Length for Group Level 1 | |
PWD_CONFIG | 0_MIN_LENGTH_2 | 8 Characters, 10 Characters, 12 Characters, 16 Characters | Minimum Password Length for Group Level 2 | |
PWD_CONFIG | 0_MIN_LENGTH_3 | 8 Characters, 10 Characters, 12 Characters, 16 Characters | Minimum Password Length for Group Level 3 | |
PWD_CONFIG | 1_USE_LETTER | Yes | Require Letter ('Y' Overrides Lower/Upper Settings) | |
PWD_CONFIG | 2_USE_LOWERCASE | No, Yes | Require Lowercase Letter | |
PWD_CONFIG | 3_USE_UPPERCASE | No, Yes | Require Uppercase Letter | |
PWD_CONFIG | 4_USE_NUMBER | No, Yes | Require Number | |
PWD_CONFIG | 5_USE_SPECIAL | No, Yes | Require Special Character | |
PWD_CONFIG | 6_SPECIAL_CHAR | Y | Special Character List | |
TAWK_TO | API_ID | tawk.to API ID | ||
TAWK_TO | PROPERTY_ID | tawk.to Property ID |
- Items marked "Admin" can only be changed by System Administrators