Overview
System gathers the platform-level settings for your CXF: passwordless authentication (magic links and OTP), the implementation domain for each environment, the implementation email sender, and the outbound IP used for allowlisting. Each card has Logs to review its change history and Edit to update it.Where to find it
Settings → System.Authentication
Passwordless sign-in settings. Magic link settings exist separately for users (staff) and contacts; OTP (one-time code) settings exist for SMS and email.Magic link
Applies to both User magic link and Contact magic link.| Property | Type | Description |
|---|---|---|
| Email template | string | The template used to send the magic-link email (for example magic-link-email). |
| Expiration time | duration | How long the link stays valid (for example 24 hours). |
| Max. visits | number | How many times the link can be used — a number, or Unlimited. |
| Redirect URL | string | Where the recipient lands after following the link (for example /). |
OTP
Applies to both SMS OTP and Email OTP.| Property | Type | Description |
|---|---|---|
| OTP expiration time | duration | How long a one-time code stays valid (for example 10 minutes). |
| OTP max attempts | number | How many times a code can be tried before it’s invalidated (for example 5). |
| Email template | string | Email OTP only — the template used to send the code. |
Implementation domain
The base URL of your CXF implementation, configured per environment — Production and Development.Implementation email sender
The default sender identity for your implementation’s emails:| Property | Type | Description |
|---|---|---|
| From address | string | The address implementation emails are sent from. |
| From name | string | The sender name shown on those emails. |
Outbound IP
The IP address that CXF’s outbound communication originates from. It’s exposed here so that whoever implements CXF can add it to the allowlist (whitelist) of any third-party services they integrate with.Governance & permissions
Only a super admin or Master can view and edit the System settings.Related
Communication
Email and SMS providers and the default sender.
Integrations
Third-party services connected to CXF.