{% extends 'accounts/base.html' %} {% load static %} {% block title %}Settings - Accounts{% endblock %} {% block breadcrumb_items %} {% endblock %} {% block page_title %}Account Settings{% endblock %} {% block page_actions %}
{% endblock %} {% block content %}
General Settings
{% csrf_token %}
The name of your application or organization.
A brief description of your site.
Default timezone for new users.
Default language for the interface.
Allow new users to register accounts.
New users must verify their email address.
Security Settings
{% csrf_token %}
Minimum number of characters for passwords.
Maximum failed login attempts before account lock.
How long accounts remain locked after max attempts.
Automatic logout after inactivity.
Passwords must contain uppercase, lowercase, numbers, and symbols.
Allow users to enable 2FA for their accounts.
Log login attempts, password changes, etc.
Notification Settings
{% csrf_token %}
Email Notifications
System Notifications

Email address for admin notifications.
Name shown in outgoing emails.
Privacy Settings
{% csrf_token %}
Users can choose who can see their profile information.
Display when users last logged in.
Log user actions for audit purposes.
How long to keep user activity data.
System Settings
{% csrf_token %}
Maximum number of user accounts (0 = unlimited).
Allow API access to user management functions.
Show detailed error messages (development only).
Temporarily disable user access for maintenance.
Advanced Settings
Warning: These settings are for advanced users only. Incorrect values may cause system issues.
{% csrf_token %}
Custom CSS to apply to the accounts interface.
Custom JavaScript for additional functionality.
URL to send user events to external systems.
{% endblock %} {% block extra_js %} {% endblock %}