{% extends 'accounts/base.html' %} {% load static %} {% block title %}Account Settings - {{ block.super }}{% endblock %} {% block content %}
Profile Information
{% csrf_token %}
Avatar
{% if user.userprofile.avatar %} {% endif %}
Username cannot be changed
{% if not user.is_email_verified %} {% else %} {% endif %}
Tell us about yourself (max 500 characters)
Security & Privacy
Password

Keep your account secure with a strong password

Change Password

Two-Factor Authentication

Add an extra layer of security to your account

{% if not user.userprofile.two_factor_enabled %} {% else %} {% endif %}

Active Sessions

Manage your active login sessions

Device Location Last Active Action
Current Session Active {{ request.META.REMOTE_ADDR|default:'Unknown' }} Now -

Privacy Settings
Notification Preferences
{% csrf_token %}
Email Notifications

Push Notifications

Notification Frequency
Preferences
{% csrf_token %}
Billing & Plans
Current Plan
Free Plan

Basic features for personal use

  • Up to 5 projects
  • 1GB storage
  • Basic support

$0/month

Payment Method

No payment method on file

Billing History

No billing history available

Integrations
Google

Connect your Google account for easy sign-in

GitHub

Import projects from GitHub repositories

Slack

Get notifications in your Slack workspace

Discord

Connect with your Discord community

Data & Export
Export Your Data

Download a copy of your data in various formats


Data Usage
1.2 GB

Total Storage Used

156

Files Uploaded

24h

Time Spent


Import Data

Import data from other platforms

Supported formats: CSV, JSON, Excel
Danger Zone
Deactivate Account

Temporarily disable your account. You can reactivate it anytime by logging in.


Delete Account

Permanently delete your account and all associated data. This action cannot be undone.

Warning: This will permanently delete:
  • Your profile and personal information
  • All your projects and files
  • Your billing history and subscriptions
  • All associated data and settings
{% endblock %} {% block extra_js %} {% endblock %}