{% extends "base.html" %} {% block title %}Settings{% endblock %} {% block content %}

Settings

Configure authentication, OAuth providers, and system settings

Authentication Settings

Configure how users can authenticate to your application.

Authentication Methods

OAuth Behavior

Password Requirements

Token Settings

OAuth Providers

Configure social login providers for your application.

No OAuth providers configured yet.

Mail Settings

Configure SMTP settings for sending emails.

Storage Settings

Configure file storage settings.

Default: 10MB (10485760 bytes)

S3 Configuration

For S3-compatible services like MinIO, DigitalOcean Spaces, etc.

Azure Blob Storage Configuration

Found in Azure Portal > Storage Account > Access Keys

Or use Account Name + Key:

Redirect URL:

{% endblock %} {% block scripts %} {% endblock %}