Skip to main content
The Landing Page settings tab manages the visibility and content of your platform’s public-facing landing page (the root / URL), and contains critical security controls like the Admin Login URL Slug to hide your administrative login entrance.

Getting here

  1. Log in to the OwnPay admin dashboard as the super-administrator
  2. Under the SYSTEM section in the left sidebar, click Settings
  3. Under the Settings header tabs, click Landing Page

Page sections

1. General page settings

  • Enable Landing Page: Toggle whether visiting the root URL / displays the marketing landing page. When disabled, visiting / redirects users directly to the admin login view

2. Marketing content

  • Hero Title / Subtitle: Large banner text shown at the top of the landing page
  • CTA Button Text / URL: Call-to-action button settings
  • Show Features / FAQ Sections: Toggles to enable or hide modular content sections
  • Feature Cards Builder: Click + Add Feature Card to append custom feature details

3. Security credentials

  • Admin Login URL Slug: Allows you to change the URL path used to access the admin portal (default is login)

Fields and options reference

Step-by-step: masking the admin login URL

  1. Navigate to the Landing Page settings tab
  2. Scroll to the Admin Login URL Slug input box
  3. Replace login with a secure, hard-to-guess slug (e.g., op-admin-portal-2026)
  4. Click Save Settings
  5. Immediately bookmark the new URL (https://yourdomain.com/op-admin-portal-2026). The default /login route will now return a 404 Not Found page

Step-by-step: adding a feature card

  1. Under Feature Cards, click + Add Feature Card
  2. Enter a title (e.g., “SMS Auto-Verification”) and description
  3. Select an icon class or label
  4. Click Save Settings to publish the section

Best practices

  • Change the Admin Login URL Slug in production to prevent automated bots from finding your login portal
  • Keep the Landing Page enabled if you intend to distribute public payment links
  • Do not forget your custom login slug. If lost, you will need to manually inspect the op_system_settings database table to retrieve it
The Admin Login URL Slug must only contain lowercase letters, numbers, and hyphens. Spaces, capitals, or special characters are blocked by route parameter constraint filters.

Common mistakes and troubleshooting

Last modified on July 15, 2026