Skip to main content

Overview

SaaS Starter Vue provides comprehensive settings management for both system administrators and individual users:
  • User profile and password management
  • Two-factor authentication setup
  • System-wide settings (name, logo, guest registration)
  • SMTP email configuration
  • API token management
  • Appearance customization
Settings are context-aware: system settings are available on the central domain, while tenant settings are accessible on tenant domains.

User Settings

Profile Management

Users can update their profile information and delete their account:
Profile Update:
1

Navigate to Profile Settings

Go to /settings/profile from your dashboard
2

Update Information

Modify your name, email, or other profile fields
3

Save Changes

Click Save to update your profile
If you change your email address, you’ll need to verify the new email before accessing certain features.

Password Management

Users can change their password securely:
Requirements:
  • Current password for verification
  • New password meeting complexity requirements
  • Password confirmation
  • Rate limited to 6 attempts per minute

Appearance Settings

Users can customize the application appearance:
Features:
  • Dark/light mode toggle
  • Theme customization
  • UI preferences

System Settings

Available only to system administrators on the central domain.

General Settings

Configure application-wide settings:
Configurable Options:
app_name
string
required
Application name displayed in the UI and emails
Application logo (max 1MB, image format)

Guest Registration Settings

Control whether new users can self-register:
Options:
  • Enable/disable guest registration
  • When enabled, users can create their own tenant workspaces
  • When disabled, only admins can create tenants

SMTP Configuration

Configure email settings for transactional emails:
Configuration Fields:
  • SMTP host
  • SMTP port
  • Encryption (TLS/SSL)
  • Username
  • Password
  • From address and name
Use the Test Email feature to verify your SMTP configuration before saving.

API Token Management

Generate and manage API tokens for programmatic access:

Generating Tokens

Store your API token securely. It will only be displayed once during generation.

Using API Tokens

Include the token in your API requests:

Revoking Tokens

Tenant Settings

Tenant domains have their own settings pages with similar functionality:
Tenant users can:
  • Manage their profile
  • Change password
  • Customize appearance
  • Configure tenant-specific SMTP (if enabled)
  • Manage tenant API tokens

Settings Storage

Settings are stored in the settings table:
Common settings keys:
  • app_name - Application name
  • app_logo - Logo path
  • guest_registration - Guest registration enabled/disabled
  • smtp_* - SMTP configuration values

Best Practices

Secure API Tokens

Store tokens in environment variables, never commit to source control

Test SMTP First

Always test email configuration before enabling notifications

Regular Password Updates

Encourage users to update passwords periodically

Monitor Guest Registration

Review self-registered tenants regularly for abuse prevention

Next Steps

Two-Factor Auth

Enable 2FA for enhanced security

Email Configuration

Set up email providers for notifications