Skip to content

Settings

The Settings page allows Administrators to configure tenant-level preferences that affect all users within the tenant. These settings control display formats, localization, and feature availability.

Required role: Administrator or SuperUser

  1. Navigate to Administration in the main navigation.
  2. Click Settings (or navigate to /_admin/settings).

RAMP allows you to customize how dates and times are displayed throughout the application.

Choose the date format that matches your organization’s conventions:

FormatExample
DD/MM/YYYY09/03/2026
MM/DD/YYYY03/09/2026
YYYY-MM-DD2026-03-09

Select between 12-hour and 24-hour time display:

FormatExample
24-hour14:30
12-hour2:30 PM

Set the default time zone for the tenant. All timestamps displayed in the RAMP interface (instance start times, step completion times, audit log entries) are shown in this time zone unless a user has set a personal preference.

Set the default display language for the tenant. Users without a personal language preference (and users opening the application for the first time) are served the interface in this language.

Resolution order on every request:

  1. User personal preference (set via the user menu → Settings).
  2. Tenant default language — this setting.
  3. English as the final fallback.

RAMP supports multiple languages, and additional translations can be managed through the Translations page.

Two tenant-wide controls determine how text is rendered throughout the RAMP interface. Both controls show a live example chip next to each option in the dropdown.

OptionPixel sizeEffect
Small12 pxDenser layout, more rows fit on screen.
Medium14 pxDefault. Calibration point for the scaling factor below.
Large16 pxEasier-to-read body text on high-resolution displays.
Extra Large18 pxAccessibility-oriented.

Internally RAMP computes a scale factor relative to Medium (baseFontSize / 14) and applies it to every component-level font size and the <html> root font-size. Component padding and row heights are intentionally not scaled — this keeps the compact tabular density usable at Extra Large while still enlarging readable text.

Choose a system-available font family that all users will see by default:

  • System Default (Inter, falls back to OS UI font)
  • Arial
  • Georgia
  • Times New Roman
  • Courier New
  • Verdana

Several settings are tenant defaults that any user can override for their own session. Users open the override dialog from the user menu → Settings in the top-right corner.

SettingTenant default lives inUser override
Date formatAdministration → Settings (this page)User menu → Settings
Time formatAdministration → Settings (this page)User menu → Settings
Time zoneAdministration → Settings (this page)User menu → Settings
LanguageAdministration → Settings (this page)User menu → Settings
Font sizeAdministration → Settings (this page)User menu → Settings
Font familyAdministration → Settings (this page)User menu → Settings
Login session storage(no tenant default)User menu → Settings

For every override the user picks “System Default” to fall back to the tenant value — a personal override is only applied when the user has explicitly chosen a non-default option.

Feature toggles enable or disable specific RAMP capabilities for the tenant. These settings allow administrators to simplify the interface by hiding features that are not relevant to their organization.

The Settings page includes access to email configuration for the tenant. Configure the SMTP server to enable email notifications, password resets, and system alerts.

SettingDescription
SMTP HostMail server hostname
SMTP PortPort number (25, 587, or 465)
Use SSLEnable SSL/TLS encryption
Username / PasswordAuthentication credentials
From AddressSender email address
From NameSender display name

Administrators can view and manage authentication provider settings for the tenant. This includes OIDC, LDAP, and RAMP Internal authentication configurations. For detailed authentication setup, see the Configuration section.

Administrators can configure multi-factor authentication policies that apply to all RAMP Internal users within the tenant:

  • Enable or require MFA for all users
  • Configure TOTP (Time-based One-Time Password) settings
  • Manage backup code policies
  1. Modify the desired settings.
  2. Click Save to apply changes.
  3. Changes take effect immediately for all users in the tenant.