Account Settings

Available to: Account Administrators Minimum plan: Free

This page covers the account-level settings and configuration options in TitanRDM — organisation details, date formatting preferences, and account activation.

Account settings page


Prerequisites

  • Account Administrator group membership

Viewing Account Settings

  1. Navigate to Admin > Account
  2. The account detail page shows:
    • Organisation name
    • Subdomain
    • Current plan
    • Billing status
    • Date style preference
    • Legal Documents

Account Properties

PropertyEditableDescription
Organisation NameYesYour company or team name. Shown in the UI header. Must be unique across TitanRDM.
SubdomainYesSet during account activation. Used in your account URL. Careful changing this as it will affect your account URL.
Account IDNoSystem generated unique identifier for your account in the system.
Date StyleYesAccount-wide default for date parsing during imports.

Editing Account Settings

  1. Navigate to Admin > Account
  2. Update the desired fields
  3. Click Save Changes

Date Style

The date style setting controls how TitanRDM interprets ambiguous date strings during data imports:

SettingInterpretationExample: "01/02/2024"
MDYMonth/Day/YearJanuary 2, 2024
DMYDay/Month/Year1 February, 2024

This is the account-wide default. Individual import mappings can override this setting per-table.

Tip: Set this to match your organisation's primary locale. Australian and European organisations typically use DMY; US organisations use MDY.


Account Activation

New accounts go through an activation process after registration:

  1. Registration — user signs up and creates an account
  2. Setup — user selects a plan and configures the account
  3. Billing (paid plans only) — Stripe checkout session for payment
  4. Activation — TitanRDM creates:
    • Default branches (Production; plus Development and Test for Business/Enterprise)
    • Default user groups and permissions
    • A private branch for the first Developer user (if branching is enabled)

Once activated (is_setup = true), the setup pages are no longer accessible.


Billing Status Effects

The account's billing status affects what users can do:

StatusEffect
CurrentFull access to all features within your plan
Past DueFull access for 7 days after status change. After 7 days, the account becomes read-only (users can view data but cannot make changes).
CanceledAccount access may be restricted. The plan downgrades to Free when the subscription period ends.

Important: If your account is in read-only mode due to billing issues, update your payment method in the Stripe billing portal to restore full access.


Multi-Tenancy

TitanRDM is a multi-tenant application. Each account is completely isolated:

  • Users can only see data from their own account
  • All models are scoped to the current account
  • Subdomains are unique across the platform
  • Database schemas are per-branch within an account