{% extends "base.html" %} {% block title %}Settings - Das File Storage{% endblock %} {% block content %} {% if message %}
{{ message }}
{% endif %} {% if error %}
{{ error }}
{% endif %}

Account Settings

🔒 Change Password

Minimum 8 characters

🔑 API Key

Use this key for API authentication with the X-API-Key header.

⚠️ Warning: Regenerating will invalidate your current API key. All applications using the old key will stop working.

👤 Account Information

Username:
{{ username }}
Account Type:
{% if is_admin %} Administrator {% else %} Regular User {% endif %}
Total Files:
{{ file_count }} files
{% endblock %} {% block extra_scripts %} {% endblock %}