{% extends 'base.html' %} {% block title %}Settings — AgentForms{% endblock %} {% block head_extra %} {% endblock %} {% block content %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

Settings

← Back to Dashboard
Profile Password Email Security API Keys Refer & Earn

Profile

Manage your account name and display information.

Optional — used as the account identifier on form submissions

Password

Change your password to keep your account secure.

Minimum 8 characters

Email Address

Update your email address. A verification link will be sent to the new address.

{{ user.email }}
Enter your current password to confirm this change

Security

Manage authentication and security preferences.

Magic Login (Passwordless)
Receive login links via email instead of using a password
API Key Authentication
Manage API keys for programmatic access to forms
Manage Keys

Danger Zone

Irreversible actions. Proceed with caution.

Delete Account
Permanently delete your account and all associated data
{% endblock %} {% include '_footer.html' %} {% block scripts %} {% endblock %}